summaryrefslogtreecommitdiff
path: root/mysql-test/main/multi_update.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/main/multi_update.test')
-rw-r--r--mysql-test/main/multi_update.test3
1 files changed, 2 insertions, 1 deletions
diff --git a/mysql-test/main/multi_update.test b/mysql-test/main/multi_update.test
index 5f4b5fc8ec3..54c64918e03 100644
--- a/mysql-test/main/multi_update.test
+++ b/mysql-test/main/multi_update.test
@@ -144,7 +144,7 @@ drop table t1,t2 ;
#
# Test with locking
#
-
+--disable_service_connection
create table t1 (n int(10) not null primary key, d int(10));
create table t2 (n int(10) not null primary key, d int(10));
insert into t1 values(1,1);
@@ -164,6 +164,7 @@ select * from t1;
select * from t2;
unlock tables;
drop table t1,t2;
+--enable_service_connection
#
# Test safe updates and timestamps