Commit 45ac20b9 authored by petr@mysql.com's avatar petr@mysql.com

fix race condition in the log_tables test

parent eeefb8ba
...@@ -146,8 +146,6 @@ select "Mark that we woke up from TRUNCATE in the test" ...@@ -146,8 +146,6 @@ select "Mark that we woke up from TRUNCATE in the test"
connection con1; connection con1;
disconnect con2;
use test; use test;
# #
...@@ -162,7 +160,8 @@ insert into bug16905 values ('новое'); ...@@ -162,7 +160,8 @@ insert into bug16905 values ('новое');
select * from mysql.general_log; select * from mysql.general_log;
drop table bug16905; drop table bug16905;
# kill all connections
disconnect con1; disconnect con1;
disconnect con2;
--enable_ps_protocol --enable_ps_protocol
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment