Commit f8a85af8 authored by Andrei's avatar Andrei Committed by Oleksandr Byelkin

MDEV-30940: Revert "binlog.innodb_rc_insert_before_delete is disabled with MDEV-30490"

This reverts commit b2ea57e8,
as well as edits binlog.innodb_rc_insert_before_delete.test
to be safely runnable with any preceding test.

Note: manual 10.5 -> 10.6 merge is required to the test.
parent b2ea57e8
...@@ -9,4 +9,3 @@ ...@@ -9,4 +9,3 @@
# Do not use any TAB characters for whitespace. # Do not use any TAB characters for whitespace.
# #
############################################################################## ##############################################################################
innodb_rc_insert_before_delete : MDEV-30490 2023-01-28 andrei see the MDEV description
...@@ -4,6 +4,8 @@ ...@@ -4,6 +4,8 @@
--source include/have_binlog_format_mixed.inc --source include/have_binlog_format_mixed.inc
--source include/count_sessions.inc --source include/count_sessions.inc
RESET MASTER;
# MDEV-30010 merely adds is a Read-Committed version MDEV-30225 test # MDEV-30010 merely adds is a Read-Committed version MDEV-30225 test
# solely to prove the RC isolation yields ROW binlog format as it is # solely to prove the RC isolation yields ROW binlog format as it is
# supposed to: # supposed to:
...@@ -49,6 +51,7 @@ SET DEBUG_SYNC="lock_wait_suspend_thread_enter SIGNAL delete_started_waiting"; ...@@ -49,6 +51,7 @@ SET DEBUG_SYNC="lock_wait_suspend_thread_enter SIGNAL delete_started_waiting";
# to prepare showing interesting binlog events # to prepare showing interesting binlog events
--let $binlog_start= query_get_value(SHOW MASTER STATUS, Position, 1) --let $binlog_start= query_get_value(SHOW MASTER STATUS, Position, 1)
--let $binlog_file=query_get_value(SHOW MASTER STATUS, File, 1)
BEGIN; BEGIN;
--send UPDATE t SET sk = 200 WHERE sk = 100; # trx 2 --send UPDATE t SET sk = 200 WHERE sk = 100; # trx 2
......
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