Commit 23e384fc authored by brian@zim.(none)'s avatar brian@zim.(none)

another cleanup patch for removing tables before tests start.

parent f0f8795b
# Embedded server doesn't support binlog
-- source include/not_embedded.inc
--disable_warnings
drop table if exists t1,t2;
--enable_warnings
# Check if a partly-completed INSERT SELECT in a MyISAM table goes into the
# binlog
......
drop table if exists t1,t2;
create table t1(a int, unique(a));
insert into t1 values(2);
create table t2(a int);
......
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