1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

MDEV-21117 post-push fixes

1. work around MDEV-25912 to not apply assert
   at wsrep running time;
2. handle wsrep mode of the server recovery
3. convert hton calls to static binlog_commit ones.
4. satisfy MSAN complain on uninitialized std::pair
This commit is contained in:
Andrei Elkin
2021-06-14 19:22:29 +03:00
parent e41522d6bf
commit 79a2dbc879
6 changed files with 22 additions and 14 deletions

View File

@@ -11040,7 +11040,7 @@ void Recovery_context::process_gtid(int round, Gtid_log_event *gev,
last_gtid_coord= Binlog_offset(id_binlog, prev_event_pos);
DBUG_ASSERT(!last_gtid_valid);
DBUG_ASSERT(!last_gtid.seq_no == 0);
DBUG_ASSERT(last_gtid.seq_no != 0);
if (round == 1 || (do_truncate && !truncate_validated))
{