1
0
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:
He Zhenxing
2009-10-02 17:24:21 +08:00
parent 280bf1cee6
commit 54120363ef
5 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,4 @@
reset master;
create table foo (a int);
flush logs;
create temporary table tmp1_foo like foo;

View File

@ -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;