1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +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;