summaryrefslogtreecommitdiff
path: root/mysql-test/t/log_tables.test
diff options
context:
space:
mode:
authorunknown <petr@mysql.com>2006-02-12 14:47:59 +0300
committerunknown <petr@mysql.com>2006-02-12 14:47:59 +0300
commit9834471065b59675d11275b07c5e8928c1fff584 (patch)
treebea3a5f7ac3bd3c393d1ace91cf75ed640422aae /mysql-test/t/log_tables.test
parentdc11d498b25d6b2fd909b344f3f2837571cb38b0 (diff)
downloadmariadb-git-9834471065b59675d11275b07c5e8928c1fff584.tar.gz
fix race condition in the log_tables test
mysql-test/t/log_tables.test: fix race condidtion
Diffstat (limited to 'mysql-test/t/log_tables.test')
-rw-r--r--mysql-test/t/log_tables.test5
1 files changed, 2 insertions, 3 deletions
diff --git a/mysql-test/t/log_tables.test b/mysql-test/t/log_tables.test
index bc5f7f8891a..7b7c30f002f 100644
--- a/mysql-test/t/log_tables.test
+++ b/mysql-test/t/log_tables.test
@@ -146,8 +146,6 @@ select "Mark that we woke up from TRUNCATE in the test"
connection con1;
-disconnect con2;
-
use test;
#
@@ -162,7 +160,8 @@ insert into bug16905 values ('новое');
select * from mysql.general_log;
drop table bug16905;
-
+# kill all connections
disconnect con1;
+disconnect con2;
--enable_ps_protocol