diff options
author | unknown <monty@donna.mysql.fi> | 2001-05-23 02:40:23 +0300 |
---|---|---|
committer | unknown <monty@donna.mysql.fi> | 2001-05-23 02:40:23 +0300 |
commit | 3d25db051a392c53008c828896dadb194019de29 (patch) | |
tree | 29bf836c09eba92872083fe64039936fe71ce788 /mysql-test | |
parent | 3dd5118109b04a1c2ebc96e95fc6a1e419270fa1 (diff) | |
download | mariadb-git-3d25db051a392c53008c828896dadb194019de29.tar.gz |
Fixed test case to work with the new auto_increment handling in InnoDB
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/r/innodb.result | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/r/innodb.result b/mysql-test/r/innodb.result index f030b7fa763..d21863e7231 100644 --- a/mysql-test/r/innodb.result +++ b/mysql-test/r/innodb.result @@ -252,7 +252,7 @@ id ggid email passwd 2 test2 yyy id ggid email passwd 1 this will work -3 test2 this will work +4 test2 this will work id ggid email passwd 1 this will work id ggid email passwd @@ -474,4 +474,4 @@ t1 CREATE TABLE `t1` ( a 1 2 -3 +4 |