mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 02:51:44 +01:00
Removed a test which output may differ depending on machine load.
This commit is contained in:
parent
7e732e7483
commit
edf4fccf98
2 changed files with 0 additions and 6 deletions
|
@ -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…
Add table
Reference in a new issue