Skip to content
Permalink
Browse files
MDEV-16203: autoinc_debug of rocksdb test suite fails
The test causes simulated server crashes with DBUG_SUICIDE();.

It also relies on transactions that were committed right before the
crash to be visible after the crash (that is, it requires durability).

Run the test with transaction durability enabled: set
rocksdb-flush-log-at-trx-commit=1.
  • Loading branch information
spetrunia committed Aug 12, 2018
1 parent 9dd3e5e commit ba10ffe
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1 +1 @@
--binlog-format=row
--binlog-format=row --rocksdb-flush-log-at-trx-commit=1

0 comments on commit ba10ffe

Please sign in to comment.