mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
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
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
drop table if exists t1,t2;
|
||||
create table t1(a int, unique(a));
|
||||
insert into t1 values(2);
|
||||
create table t2(a int);
|
||||
|
Reference in New Issue
Block a user