MariaRocks port: fix rocksdb.rpl_row_rocksdb test
The 'combinations' system in MTR ignores settings from $testname.cnf, and tries to run RBR test with binlog_format=mixed. Fixed by using "source include/have_binlog_format_row.inc" which tells MTR to only run the test with binlog_format=ROW. The test still needs its $testname.cnf to include suite/rpl/my.cnf. This is necessary to setup replication (Using "source include/master-slave.inc" will have MTR set up replication for the test, but only as long as the testsuite doesn't have its own suite/rocksdb/my.cnf. We do have that file (and it doesn't set up replication), so we need to have $testname.cnf to setup replication).
Showing
Please register or sign in to comment