mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 11:57:38 +02:00
code cleanup
mysql-test/r/innodb.result: fixing result mysql-test/t/innodb.test: fixing test sql/sql_base.cc: committing a fix in order to pull new stuff
This commit is contained in:
parent
8ae605d7ee
commit
38b70f0608
3 changed files with 4 additions and 2 deletions
|
|
@ -1219,6 +1219,7 @@ parent child
|
|||
1 2
|
||||
1 3
|
||||
2 1
|
||||
drop table t1;
|
||||
create table t1 (a int not null auto_increment primary key, b int, c int, key(c)) type=innodb;
|
||||
create table t2 (a int not null auto_increment primary key, b int);
|
||||
insert into t1 (b) values (null),(null),(null),(null),(null),(null),(null);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue