1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

MDEV-12908 binlog_encryption.binlog_xa_recover, binlog.binlog_xa_recover failed in bb with extra checkpoint

This commit is contained in:
Alice Sherepa
2021-01-14 18:06:41 +01:00
parent c89f37983e
commit db9b54f163
3 changed files with 3 additions and 4 deletions

View File

@ -180,12 +180,11 @@ connection default;
# commit checkpoint, otherwise we get nondeterministic results. # commit checkpoint, otherwise we get nondeterministic results.
SET @old_dbug= @@global.DEBUG_DBUG; SET @old_dbug= @@global.DEBUG_DBUG;
SET GLOBAL debug_dbug="+d,binlog_background_checkpoint_processed"; SET GLOBAL debug_dbug="+d,binlog_background_checkpoint_processed";
SET DEBUG_SYNC= "now WAIT_FOR binlog_background_checkpoint_processed";
SET DEBUG_SYNC= "now SIGNAL con12_cont"; SET DEBUG_SYNC= "now SIGNAL con12_cont";
connection con12; connection con12;
reap; reap;
connection default; connection default;
SET DEBUG_SYNC= "now WAIT_FOR binlog_background_checkpoint_processed";
SET GLOBAL debug_dbug= @old_dbug; SET GLOBAL debug_dbug= @old_dbug;
SET DEBUG_SYNC= "now SIGNAL con11_cont"; SET DEBUG_SYNC= "now SIGNAL con11_cont";

View File

@ -148,10 +148,10 @@ connection con10;
connection default; connection default;
SET @old_dbug= @@global.DEBUG_DBUG; SET @old_dbug= @@global.DEBUG_DBUG;
SET GLOBAL debug_dbug="+d,binlog_background_checkpoint_processed"; SET GLOBAL debug_dbug="+d,binlog_background_checkpoint_processed";
SET DEBUG_SYNC= "now WAIT_FOR binlog_background_checkpoint_processed";
SET DEBUG_SYNC= "now SIGNAL con12_cont"; SET DEBUG_SYNC= "now SIGNAL con12_cont";
connection con12; connection con12;
connection default; connection default;
SET DEBUG_SYNC= "now WAIT_FOR binlog_background_checkpoint_processed";
SET GLOBAL debug_dbug= @old_dbug; SET GLOBAL debug_dbug= @old_dbug;
SET DEBUG_SYNC= "now SIGNAL con11_cont"; SET DEBUG_SYNC= "now SIGNAL con11_cont";
connection con11; connection con11;

View File

@ -153,10 +153,10 @@ connection con10;
connection default; connection default;
SET @old_dbug= @@global.DEBUG_DBUG; SET @old_dbug= @@global.DEBUG_DBUG;
SET GLOBAL debug_dbug="+d,binlog_background_checkpoint_processed"; SET GLOBAL debug_dbug="+d,binlog_background_checkpoint_processed";
SET DEBUG_SYNC= "now WAIT_FOR binlog_background_checkpoint_processed";
SET DEBUG_SYNC= "now SIGNAL con12_cont"; SET DEBUG_SYNC= "now SIGNAL con12_cont";
connection con12; connection con12;
connection default; connection default;
SET DEBUG_SYNC= "now WAIT_FOR binlog_background_checkpoint_processed";
SET GLOBAL debug_dbug= @old_dbug; SET GLOBAL debug_dbug= @old_dbug;
SET DEBUG_SYNC= "now SIGNAL con11_cont"; SET DEBUG_SYNC= "now SIGNAL con11_cont";
connection con11; connection con11;