mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
Fixed test case to work with the new auto_increment handling in InnoDB
This commit is contained in:
parent
359733fa00
commit
82a404d9fb
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue