Skip to content
Permalink
Browse files
MDEV-30940: Revert "binlog.innodb_rc_insert_before_delete is disabled…
… with MDEV-30490"

This reverts commit b2ea57e,
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.
  • Loading branch information
andrelkin authored and sanja-byelkin committed Jan 30, 2023
1 parent b2ea57e commit f8a85af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
@@ -9,4 +9,3 @@
# 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 @@
--source include/have_binlog_format_mixed.inc
--source include/count_sessions.inc

RESET MASTER;

# 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
# supposed to:
@@ -49,6 +51,7 @@ SET DEBUG_SYNC="lock_wait_suspend_thread_enter SIGNAL delete_started_waiting";

# to prepare showing interesting binlog events
--let $binlog_start= query_get_value(SHOW MASTER STATUS, Position, 1)
--let $binlog_file=query_get_value(SHOW MASTER STATUS, File, 1)
BEGIN;
--send UPDATE t SET sk = 200 WHERE sk = 100; # trx 2

0 comments on commit f8a85af

Please sign in to comment.