diff options
author | sasha@mysql.sashanet.com <> | 2001-08-24 20:45:06 -0600 |
---|---|---|
committer | sasha@mysql.sashanet.com <> | 2001-08-24 20:45:06 -0600 |
commit | 2adf2fadc6c2451589e2dd1cf0a9d63e0bd2a700 (patch) | |
tree | df9afc16887c65de5a191729e79dc89c74593310 /mysql-test/r/innodb.result | |
parent | b938f5a79788a77ae970826b42fae32237e5bb04 (diff) | |
download | mariadb-git-2adf2fadc6c2451589e2dd1cf0a9d63e0bd2a700.tar.gz |
test case for InnoDB replace/auto_increment bug when insert_id is
forced by the user
Diffstat (limited to 'mysql-test/r/innodb.result')
-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 |