From b40410bca3ee1cbcc3a375460a991fee44426e95 Mon Sep 17 00:00:00 2001 From: "monty@donna.mysql.fi" <> Date: Wed, 23 May 2001 02:40:23 +0300 Subject: [PATCH] Fixed test case to work with the new auto_increment handling in InnoDB --- mysql-test/r/innodb.result | 4 ++-- 1 file 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