Browse Source

refs #5763 fix the auto increment boundary test result files

git-svn-id: file:///svn/mysql/tests/mysql-test@50949 c7de825b-a66e-492c-adef-691d508d4ae1
pull/73/head
Rich Prohaska 13 years ago
parent
commit
5b9d65e2c6
  1. 20
      mysql-test/suite/tokudb.autoinc/r/ai_boundary.result
  2. 18
      mysql-test/suite/tokudb.autoinc/r/ai_boundary_traditional.result

20
mysql-test/suite/tokudb.autoinc/r/ai_boundary.result

@ -966,7 +966,7 @@ id
18446744073709551609
select last_insert_id() from t limit 1;
last_insert_id()
-7
18446744073709551609
insert into t set id=null;
show warnings;
Level Code Message
@ -977,7 +977,7 @@ id
18446744073709551610
select last_insert_id() from t limit 1;
last_insert_id()
-6
18446744073709551610
insert into t set id=null;
show warnings;
Level Code Message
@ -989,7 +989,7 @@ id
18446744073709551611
select last_insert_id() from t limit 1;
last_insert_id()
-5
18446744073709551611
insert into t set id=null;
show warnings;
Level Code Message
@ -1002,7 +1002,7 @@ id
18446744073709551612
select last_insert_id() from t limit 1;
last_insert_id()
-4
18446744073709551612
insert into t set id=null;
show warnings;
Level Code Message
@ -1016,7 +1016,7 @@ id
18446744073709551613
select last_insert_id() from t limit 1;
last_insert_id()
-3
18446744073709551613
insert into t set id=null;
show warnings;
Level Code Message
@ -1031,25 +1031,25 @@ id
18446744073709551614
select last_insert_id() from t limit 1;
last_insert_id()
-2
18446744073709551614
insert into t set id=null;
Got one of the listed errors
select last_insert_id() from t limit 1;
last_insert_id()
-2
18446744073709551614
insert into t set id=null;
Got one of the listed errors
select last_insert_id() from t limit 1;
last_insert_id()
-2
18446744073709551614
insert into t set id=null;
Got one of the listed errors
select last_insert_id() from t limit 1;
last_insert_id()
-2
18446744073709551614
insert into t set id=null;
Got one of the listed errors
select last_insert_id() from t limit 1;
last_insert_id()
-2
18446744073709551614
drop table t;

18
mysql-test/suite/tokudb.autoinc/r/ai_boundary_traditional.result

@ -370,7 +370,7 @@ id
18446744073709551609
select last_insert_id() from t limit 1;
last_insert_id()
-7
18446744073709551609
insert into t set id=null;
show warnings;
Level Code Message
@ -381,7 +381,7 @@ id
18446744073709551610
select last_insert_id() from t limit 1;
last_insert_id()
-6
18446744073709551610
insert into t set id=null;
show warnings;
Level Code Message
@ -393,7 +393,7 @@ id
18446744073709551611
select last_insert_id() from t limit 1;
last_insert_id()
-5
18446744073709551611
insert into t set id=null;
show warnings;
Level Code Message
@ -406,7 +406,7 @@ id
18446744073709551612
select last_insert_id() from t limit 1;
last_insert_id()
-4
18446744073709551612
insert into t set id=null;
show warnings;
Level Code Message
@ -420,7 +420,7 @@ id
18446744073709551613
select last_insert_id() from t limit 1;
last_insert_id()
-3
18446744073709551613
insert into t set id=null;
show warnings;
Level Code Message
@ -435,20 +435,20 @@ id
18446744073709551614
select last_insert_id() from t limit 1;
last_insert_id()
-2
18446744073709551614
insert into t set id=null;
Got one of the listed errors
select last_insert_id() from t limit 1;
last_insert_id()
-2
18446744073709551614
insert into t set id=null;
Got one of the listed errors
select last_insert_id() from t limit 1;
last_insert_id()
-2
18446744073709551614
insert into t set id=null;
Got one of the listed errors
select last_insert_id() from t limit 1;
last_insert_id()
-2
18446744073709551614
drop table t;
Loading…
Cancel
Save