summaryrefslogtreecommitdiff
path: root/mysql-test/suite/versioning/t/update-big.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/versioning/t/update-big.test')
-rw-r--r--mysql-test/suite/versioning/t/update-big.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/versioning/t/update-big.test b/mysql-test/suite/versioning/t/update-big.test
index 175bfc79a48..f5a72b22454 100644
--- a/mysql-test/suite/versioning/t/update-big.test
+++ b/mysql-test/suite/versioning/t/update-big.test
@@ -17,7 +17,7 @@ insert into t1 select * from t1;
insert into t1 select * from t1;
insert into t1 select * from t1;
---connect (con1,localhost,root,,test)
+--connect (con1,localhost,root,,test2)
alter table t1 add system versioning;
--connection default