summaryrefslogtreecommitdiff
path: root/mysql-test/main/truncate.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/main/truncate.test')
-rw-r--r--mysql-test/main/truncate.test5
1 files changed, 5 insertions, 0 deletions
diff --git a/mysql-test/main/truncate.test b/mysql-test/main/truncate.test
index 9e28deacf63..592c234a367 100644
--- a/mysql-test/main/truncate.test
+++ b/mysql-test/main/truncate.test
@@ -69,6 +69,9 @@ drop table t1;
--echo #
--echo # Bug#20667 - Truncate table fails for a write locked table
--echo #
+
+--disable_service_connection
+
CREATE TABLE t1 (c1 INT);
LOCK TABLE t1 WRITE;
INSERT INTO t1 VALUES (1);
@@ -137,6 +140,8 @@ TRUNCATE p1;
SHOW CREATE PROCEDURE p1;
DROP PROCEDURE p1;
+--enable_service_connection
+
--echo #
--echo # Bug#46452 Crash in MDL, HANDLER OPEN + TRUNCATE TABLE
--echo #