Removed a test which output may differ depending on machine load.

This commit is contained in:
unknown 2007-08-22 16:18:27 +03:00
parent 7e732e7483
commit edf4fccf98
2 changed files with 0 additions and 6 deletions

View file

@ -19,8 +19,6 @@ unlock tables;
show status like 'Table_locks_waited';
Variable_name Value
Table_locks_waited 1
Immediate
17
drop table t1;
select 1;
1

View file

@ -59,10 +59,6 @@ connection con1;
reap;
# ++Immediate = 16 + $wait_condition_reps
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;
disconnect con2;