mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge branch '10.6' into 10.11
This commit is contained in:
@@ -8183,9 +8183,9 @@ MYSQL_BIN_LOG::queue_for_group_commit(group_commit_entry *orig_entry)
|
||||
|
||||
if (entry->cache_mngr->using_xa)
|
||||
{
|
||||
DEBUG_SYNC(entry->thd, "commit_before_prepare_ordered");
|
||||
DEBUG_SYNC(orig_entry->thd, "commit_before_prepare_ordered");
|
||||
run_prepare_ordered(entry->thd, entry->all);
|
||||
DEBUG_SYNC(entry->thd, "commit_after_prepare_ordered");
|
||||
DEBUG_SYNC(orig_entry->thd, "commit_after_prepare_ordered");
|
||||
}
|
||||
|
||||
if (cur)
|
||||
|
Reference in New Issue
Block a user