[Commits] eb2d36296eb: MDEV-25305: MyRocks: Killing server during RESET MASTER can lose last transactions
revision-id: eb2d36296eb2f2f653ea69e78d7a471ee935d2a4 (mariadb-10.5.2-537-geb2d36296eb) parent(s): ed221980fcd391dd349d80ea5b90b84a62ce043c author: Sergei Petrunia committer: Sergei Petrunia timestamp: 2021-03-30 18:47:05 +0300 message: MDEV-25305: MyRocks: Killing server during RESET MASTER can lose last transactions Followup: the test requires debug sync facility --- storage/rocksdb/mysql-test/rocksdb/t/binlog_rotate_crash.test | 1 + 1 file changed, 1 insertion(+) diff --git a/storage/rocksdb/mysql-test/rocksdb/t/binlog_rotate_crash.test b/storage/rocksdb/mysql-test/rocksdb/t/binlog_rotate_crash.test index d2261f508f8..dd42001b89e 100644 --- a/storage/rocksdb/mysql-test/rocksdb/t/binlog_rotate_crash.test +++ b/storage/rocksdb/mysql-test/rocksdb/t/binlog_rotate_crash.test @@ -1,5 +1,6 @@ --source include/have_rocksdb.inc --source include/have_log_bin.inc +--source include/have_debug_sync.inc --echo # --echo # MDEV-25305: MyRocks: Killing server during RESET MASTER can lose last transactions
participants (1)
-
psergey