Commit e64c7d47 authored by davi@buzz.(none)'s avatar davi@buzz.(none)

Merge bk-internal.mysql.com:/home/bk/mysql-5.1-runtime

into  buzz.(none):/home/davi/mysql-5.1-runtime
parents cbf84206 141e12b1
......@@ -396,6 +396,9 @@ unlock tables;
connection insert;
--reap
connection default;
let $wait_condition=
select count(*) = 1 from t1;
--source include/wait_condition.inc
select * from t1;
drop table t1;
disconnect flush;
......
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