Skip to content

Commit 8f2d58b

Browse files
committed
MariaRocks port: run rocksdb.rpl_row_stats with binlog_format=row only
The test still fails but at least we do not try to run it with wrong binlog_format.
1 parent 122bc4b commit 8f2d58b

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed
Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1 @@
11
!include suite/rpl/my.cnf
2-
3-
[mysqld.1]
4-
binlog_format=row
5-
[mysqld.2]
6-
binlog_format=row
7-

storage/rocksdb/mysql-test/rocksdb/t/rpl_row_stats.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
--source include/have_rocksdb.inc
22

3+
source include/have_binlog_format_row.inc;
34
source include/master-slave.inc;
45

56
connection master;

0 commit comments

Comments
 (0)