Commit 55833fb4 authored by unknown's avatar unknown

after merge fix

parent dec8b3c3
......@@ -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 'анюта'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment