1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

BUG#22583 (RBR between MyISAM and non-MyISAM tables does not work):

Post-merge fixes.
This commit is contained in:
mats@romeo.(none)
2007-03-07 11:54:32 +01:00
parent 3306196a7a
commit 844131937f
16 changed files with 135 additions and 121 deletions

View File

@ -5,11 +5,11 @@ insert t1 values (1);
flush tables with read lock;
show master status;
File Position Binlog_Do_DB Binlog_Ignore_DB
master-bin.000001 102
master-bin.000001 105
commit;
show master status;
File Position Binlog_Do_DB Binlog_Ignore_DB
master-bin.000001 102
master-bin.000001 105
unlock tables;
drop table t1;
set autocommit=1;