1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

code cleanup

This commit is contained in:
Sinisa@sinisa.nasamreza.org
2003-04-29 14:13:22 +03:00
parent 5d3df7610f
commit 89d9766fd2
3 changed files with 4 additions and 2 deletions

View File

@ -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);