after merge fix

This commit is contained in:
serg@serg.mylan 2004-10-26 22:41:45 +02:00
parent 51d3d41e8e
commit cce8f5449d

View File

@ -801,7 +801,6 @@ select * from t1 where b like 'foob%';
a b
2 foobar
drop table t1;
drop table t1;
create table t1 (
a enum('петя','вася','анюта') character set utf8 not null default 'анюта',
b set('петя','вася','анюта') character set utf8 not null default 'анюта'