Skip to content

Commit c707997

Browse files
committed
MariaRocks: run rocksdb testsuite with --default-storage-engine=rocksdb
Most tests use CREATE TABLE ... ENGINE=ROCKSB, but there are some exceptions: rpl_savepoint, rpl_row_stats. In order to avoid any "oh we are using the wrong storage engine" surprises, set the default for the whole testsuite.
1 parent 46a7886 commit c707997

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
--ignore-db-dirs=.rocksdb --plugin-load=$HA_ROCKSDB_SO
1+
--ignore-db-dirs=.rocksdb --plugin-load=$HA_ROCKSDB_SO --default-storage-engine=rocksdb
22

0 commit comments

Comments
 (0)