Commit ba10ffe0 authored by Sergei Petrunia's avatar Sergei Petrunia

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.
parent 9dd3e5ea
--binlog-format=row
--binlog-format=row --rocksdb-flush-log-at-trx-commit=1
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