1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-16 20:23:18 +03:00

WL#3303 (RBR: Engine-controlled logging format):

Test case fixes.
This commit is contained in:
mats@kindahl-laptop.dnsalias.net
2007-06-14 11:05:48 +02:00
parent 4ecdd55b49
commit 61ac88f313
70 changed files with 81 additions and 12 deletions

View File

@@ -8,6 +8,9 @@ create table t1 (a int key, b int) engine innodb;
create table t2 (a int key, b int) engine innodb;
alter table t1 engine ndb;
alter table t2 engine ndb;
STOP SLAVE;
SET GLOBAL BINLOG_FORMAT=MIXED;
START SLAVE;
insert into t1 values (1,2);
select @start_pos:=start_pos, @end_pos:=end_pos from mysql.ndb_apply_status;
@start_pos:=start_pos @end_pos:=end_pos