mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +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:
@@ -1243,7 +1243,7 @@ class Gtid_list_log_event;
|
||||
const char *
|
||||
get_gtid_list_event(IO_CACHE *cache, Gtid_list_log_event **out_gtid_list);
|
||||
|
||||
int binlog_commit(THD *thd, bool all, bool is_ro_1pc);
|
||||
int binlog_commit(THD *thd, bool all, bool is_ro_1pc= false);
|
||||
int binlog_commit_by_xid(handlerton *hton, XID *xid);
|
||||
int binlog_rollback_by_xid(handlerton *hton, XID *xid);
|
||||
|
||||
|
Reference in New Issue
Block a user