1
# This is a test for bug 578
3
-- source include/have_innodb.inc
5
connect (con1,localhost,root,,);
6
connect (con2,localhost,root,,);
10
drop table if exists t1;
11
create table t1(a int) engine=innodb;
14
insert into t1 values(10);
18
# The bug was that, because of the LOCK TABLES, the handler "forgot" to commit,
19
# and the other commit when we write to the binlog was not done because of