Commit 2cb4a2c0 authored by jani@hynda.mysql.fi's avatar jani@hynda.mysql.fi

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

parent f8db7bac
......@@ -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
......
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment