1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Fix for team tree failure. Synchronously wait for the query state

to reach the desired value.


mysql-test/r/flush_read_lock_kill.result:
  Update test case result.
mysql-test/t/flush_read_lock_kill.test:
  Wait for the debug synchronization point to be reached.
This commit is contained in:
unknown
2008-02-27 18:08:29 -03:00
parent fe7035a73a
commit e9068d0b73
2 changed files with 13 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
set @@global.concurrent_insert= 0;
drop table if exists t1;
create table t1 (kill_id int);
insert into t1 values(connection_id());