Commit f78d0531 authored by unknown's avatar unknown

another cleanup patch for removing tables before tests start.


mysql-test/extra/binlog_tests/insert_select-binlog.test:
  Fixing isssues with preexisting tables
mysql-test/r/binlog_stm_insert_select.result:
  new results
parent 594ba86b
# 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