mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
cleanup: move rbr-only test to rpl_row.test
This commit is contained in:
@@ -164,17 +164,4 @@ update t1 set i = 0;
|
||||
connection slave;
|
||||
connection master;
|
||||
drop table t1;
|
||||
# MDEV-16252: MINIMAL binlog_row_image does not work for versioned tables
|
||||
set @old_row_image= @@binlog_row_image;
|
||||
set binlog_row_image= minimal;
|
||||
create or replace table t1 (pk int, i int, primary key(pk))
|
||||
with system versioning;
|
||||
insert into t1 values (1,10),(2,20);
|
||||
update t1 set i = 0;
|
||||
connection slave;
|
||||
connection master;
|
||||
drop table t1;
|
||||
set binlog_row_image= @old_row_image;
|
||||
drop database test;
|
||||
create database test;
|
||||
include/rpl_end.inc
|
||||
|
Reference in New Issue
Block a user