mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Commit on behalf of Dmitry Lenev.
Merge his patch for Bug#52044 into 5.5, and apply review comments.
This commit is contained in:
@ -523,7 +523,7 @@ connection waiter;
|
||||
--echo connection: waiter
|
||||
let $wait_condition=
|
||||
select count(*) = 1 from information_schema.processlist
|
||||
where state = "Flushing tables";
|
||||
where state = "Waiting for table flush";
|
||||
--source include/wait_condition.inc
|
||||
connection default;
|
||||
--echo connection: default
|
||||
|
Reference in New Issue
Block a user