mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Backport fixes for the follow tests
binlog_tmp_table rpl_row_sp006_InnoDB rpl_slave_status
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
reset master;
|
||||
create table foo (a int);
|
||||
flush logs;
|
||||
create temporary table tmp1_foo like foo;
|
||||
|
@ -31,6 +31,8 @@ source include/have_binlog_format_mixed_or_statement.inc;
|
||||
connect (master,127.0.0.1,root,,test,$MASTER_MYPORT,);
|
||||
connect (master1,127.0.0.1,root,,test,$MASTER_MYPORT,);
|
||||
|
||||
reset master;
|
||||
|
||||
create table foo (a int);
|
||||
|
||||
flush logs;
|
||||
|
Reference in New Issue
Block a user