mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 06:44:16 +01:00
Auto-merge from mysql-next-mr-serg.
This commit is contained in:
commit
f37f38006b
1 changed files with 2 additions and 1 deletions
|
@ -109,7 +109,8 @@ delimiter ;|
|
|||
--echo ** Connection con0 **
|
||||
connection con0;
|
||||
let $wait_condition=
|
||||
SELECT variable_value > 0 FROM information_schema.global_status
|
||||
SELECT variable_value > @@global.delayed_insert_limit
|
||||
FROM information_schema.global_status
|
||||
WHERE variable_name like 'Not_flushed_delayed_rows';
|
||||
--source include/wait_condition.inc
|
||||
let $my_select= SELECT COUNT(*) FROM t1;
|
||||
|
|
Loading…
Add table
Reference in a new issue