summaryrefslogtreecommitdiff
path: root/storage/rocksdb
diff options
context:
space:
mode:
authorSergei Petrunia <psergey@askmonty.org>2018-10-10 14:39:57 +0300
committerSergei Petrunia <psergey@askmonty.org>2018-10-10 14:39:57 +0300
commit8d116d1686de3086b4b85d149e8ef0a4fdd3ad0d (patch)
tree26145e1387f75a3df88d7ca24eafba0f46ec6108 /storage/rocksdb
parent00b6c7d8fc8a75b023f78d5f08324cba000002b3 (diff)
downloadmariadb-git-8d116d1686de3086b4b85d149e8ef0a4fdd3ad0d.tar.gz
MDEV-17181: rocksdb.allow_to_start_after_corruption fails on current 10.2
The test needs to be run with rocksdb_flush_log_at_trx_commit=1, otherwise the changes do not survive a crash.
Diffstat (limited to 'storage/rocksdb')
-rw-r--r--storage/rocksdb/mysql-test/rocksdb/t/allow_to_start_after_corruption-master.opt1
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/rocksdb/mysql-test/rocksdb/t/allow_to_start_after_corruption-master.opt b/storage/rocksdb/mysql-test/rocksdb/t/allow_to_start_after_corruption-master.opt
new file mode 100644
index 00000000000..70c120604f6
--- /dev/null
+++ b/storage/rocksdb/mysql-test/rocksdb/t/allow_to_start_after_corruption-master.opt
@@ -0,0 +1 @@
+--rocksdb_flush_log_at_trx_commit=1