Commit a1d55c5d authored by unknown's avatar unknown

Merge ibabaev@bk-internal.mysql.com:/home/bk/mysql-5.0

into  rurik.mysql.com:/home/igor/mysql-5.0

parents 6a2a94b5 334da85f
...@@ -709,6 +709,7 @@ a ...@@ -709,6 +709,7 @@ a
insert delayed into t1 values (0), (1); insert delayed into t1 values (0), (1);
select * from t1 where a = 0; select * from t1 where a = 0;
a a
0
drop table t1; drop table t1;
create table t1 (c char(10)) engine=memory; create table t1 (c char(10)) engine=memory;
create table t2 (c varchar(10)) engine=memory; create table t2 (c varchar(10)) engine=memory;
......
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