Removed a test which output may differ depending on machine load.
This commit is contained in:
parent
f8db7bac5b
commit
2cb4a2c0b6
@ -19,8 +19,6 @@ unlock tables;
|
|||||||
show status like 'Table_locks_waited';
|
show status like 'Table_locks_waited';
|
||||||
Variable_name Value
|
Variable_name Value
|
||||||
Table_locks_waited 1
|
Table_locks_waited 1
|
||||||
Immediate
|
|
||||||
17
|
|
||||||
drop table t1;
|
drop table t1;
|
||||||
select 1;
|
select 1;
|
||||||
1
|
1
|
||||||
|
@ -59,10 +59,6 @@ connection con1;
|
|||||||
reap;
|
reap;
|
||||||
# ++Immediate = 16 + $wait_condition_reps
|
# ++Immediate = 16 + $wait_condition_reps
|
||||||
show status like 'Table_locks_waited';
|
show status like 'Table_locks_waited';
|
||||||
# ++Immediate = 17 + $wait_condition_reps
|
|
||||||
--disable_query_log
|
|
||||||
eval select variable_value - $wait_condition_reps as Immediate from information_schema.session_status where variable_name like 'Table_locks_immediate';
|
|
||||||
--enable_query_log
|
|
||||||
drop table t1;
|
drop table t1;
|
||||||
|
|
||||||
disconnect con2;
|
disconnect con2;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user