One more post-merge fix.

This commit is contained in:
konstantin@mysql.com 2006-02-03 02:01:01 +03:00
parent 303ad65fb2
commit cb7118edcd

View File

@ -709,6 +709,7 @@ a
insert delayed into t1 values (0), (1);
select * from t1 where a = 0;
a
0
drop table t1;
create table t1 (c char(10)) engine=memory;
create table t2 (c varchar(10)) engine=memory;