mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +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:
@@ -537,7 +537,7 @@ connection ddl;
|
||||
connection dml;
|
||||
let $wait_condition=
|
||||
select count(*) = 1 from information_schema.processlist
|
||||
where state = "Flushing tables" and
|
||||
where state = "Waiting for table flush" and
|
||||
info = "flush tables";
|
||||
--source include/wait_condition.inc
|
||||
--send select * from t1
|
||||
|
||||
Reference in New Issue
Block a user