Commit 172c53c8 authored by Rich Prohaska's avatar Rich Prohaska

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
parent d7b89da8
......@@ -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;
......@@ -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;
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment