Commit cce8f544 authored by serg@serg.mylan's avatar serg@serg.mylan

after merge fix

parent 51d3d41e
......@@ -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