diff options
author | unknown <sasha@mysql.sashanet.com> | 2001-08-24 20:45:06 -0600 |
---|---|---|
committer | unknown <sasha@mysql.sashanet.com> | 2001-08-24 20:45:06 -0600 |
commit | 0733b85d75c560cc2e9cca84e490a4ccde5a945a (patch) | |
tree | df9afc16887c65de5a191729e79dc89c74593310 /mysql-test/r | |
parent | 390eb478e90238c621f8be5907536780f74e3ad8 (diff) | |
download | mariadb-git-0733b85d75c560cc2e9cca84e490a4ccde5a945a.tar.gz |
test case for InnoDB replace/auto_increment bug when insert_id is
forced by the user
mysql-test/r/innodb.result:
updated result
mysql-test/t/innodb.test:
added test case for bug in Innodb reported by Slashdot
Diffstat (limited to 'mysql-test/r')
-rw-r--r-- | mysql-test/r/innodb.result | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/r/innodb.result b/mysql-test/r/innodb.result index fd7900af13b..913f4226f1c 100644 --- a/mysql-test/r/innodb.result +++ b/mysql-test/r/innodb.result @@ -475,3 +475,7 @@ a 1 2 4 +id name value uid +1 one one value 101 +3 three three value 103 +6 two other value 102 |