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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user