summaryrefslogtreecommitdiff
path: root/mysql-test/suite/versioning/r/update-big.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/versioning/r/update-big.result')
-rw-r--r--mysql-test/suite/versioning/r/update-big.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/versioning/r/update-big.result b/mysql-test/suite/versioning/r/update-big.result
index 89297fe5d89..5accf0a0b56 100644
--- a/mysql-test/suite/versioning/r/update-big.result
+++ b/mysql-test/suite/versioning/r/update-big.result
@@ -12,7 +12,7 @@ insert into t1 select * from t1;
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;
update t1 set a= 7 where a = 3;