summaryrefslogtreecommitdiff
path: root/mysql-test/main/alter_table.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/main/alter_table.test')
-rw-r--r--mysql-test/main/alter_table.test4
1 files changed, 3 insertions, 1 deletions
diff --git a/mysql-test/main/alter_table.test b/mysql-test/main/alter_table.test
index eda820abdfb..038d78b36de 100644
--- a/mysql-test/main/alter_table.test
+++ b/mysql-test/main/alter_table.test
@@ -779,6 +779,8 @@ drop table t1;
# Unix/Windows and transactional/non-transactional tables).
# See also innodb_mysql.test
#
+
+--disable_service_connection
--disable_warnings
drop table if exists t1, t2, t3;
--enable_warnings
@@ -821,7 +823,7 @@ unlock tables;
insert into t1 values ();
select * from t1;
drop tables t1, t3;
-
+--enable_service_connection
#
# Bug#18775 - Temporary table from alter table visible to other threads