Commit 57421419 authored by Marko Mäkelä's avatar Marko Mäkelä

RocksDB: Do not test bogus parameter slave_gtid_info

This removes the test combination
rocksdb_rpl.mdev12179 'innodb,row,row-write-committed-slave-gtid-optimized'
for which the server failed to start due to the invalid parameter
slave_gtid_info=optimized.

This was broken in 5173e396
parent a7e9395f
...@@ -5,8 +5,3 @@ rocksdb_write_policy=write_committed ...@@ -5,8 +5,3 @@ rocksdb_write_policy=write_committed
[row-write-prepared] [row-write-prepared]
binlog-format=row binlog-format=row
rocksdb_write_policy=write_prepared rocksdb_write_policy=write_prepared
[row-write-committed-slave-gtid-optimized]
binlog-format=row
rocksdb_write_policy=write_committed
slave_gtid_info=optimized
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment