1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

"normal" warning in test suite disabled

bad merge fixed
This commit is contained in:
serg@serg.mylan
2003-09-13 16:05:17 +02:00
parent c644376a6d
commit d4b5b879bd
3 changed files with 3 additions and 19 deletions

View File

@ -71,24 +71,6 @@ show full columns from t1;
show index from t1;
drop table t1,t2;
#
# Test of some show commands
#
create table t1 (a int not null primary key, b int not null,c int not null, key(b,c));
insert into t1 values (1,2,2),(2,2,3),(3,2,4),(4,2,4);
create table t2 type=isam select * from t1;
optimize table t1;
check table t1,t2;
repair table t1,t2;
check table t2,t1;
lock tables t1 write;
check table t2,t1;
show columns from t1;
show full columns from t1;
show index from t1;
drop table t1,t2;
#
# test of table with huge number of packed fields
#