From 282497dd6d1049b4fb963641504c2733752845a7 Mon Sep 17 00:00:00 2001 From: Sergey Vojtovich Date: Fri, 25 Mar 2016 20:51:22 +0400 Subject: MDEV-6720 - enable connection log in mysqltest by default --- mysql-test/t/filesort_debug.test | 3 --- 1 file changed, 3 deletions(-) (limited to 'mysql-test/t/filesort_debug.test') diff --git a/mysql-test/t/filesort_debug.test b/mysql-test/t/filesort_debug.test index c375334ad29..86795298f07 100644 --- a/mysql-test/t/filesort_debug.test +++ b/mysql-test/t/filesort_debug.test @@ -32,7 +32,6 @@ DROP FUNCTION f1; connect (con1, localhost, root); connect (con2, localhost, root); ---echo # connection 1 connection con1; CREATE TABLE t1(f0 int auto_increment primary key, f1 int); INSERT INTO t1(f1) VALUES (0),(1),(2),(3),(4),(5); @@ -43,14 +42,12 @@ SET DEBUG_SYNC='filesort_start SIGNAL filesort_started WAIT_FOR filesort_killed' --echo # Sending: (not reaped since connection is killed later) --send SELECT * FROM t1 ORDER BY f1 ASC, f0 ---echo # connection 2 connection con2; let $ignore= `SELECT @id := $ID`; SET DEBUG_SYNC='now WAIT_FOR filesort_started'; KILL @id; SET DEBUG_SYNC='now SIGNAL filesort_killed'; ---echo # connection default connection default; disconnect con1; disconnect con2; -- cgit v1.2.1