mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge 10.4 into 10.5
This commit is contained in:
@ -2824,7 +2824,10 @@ void mysql_binlog_send(THD* thd, char* log_ident, my_off_t pos,
|
||||
|
||||
/* Check if the dump thread is created by a slave with semisync enabled. */
|
||||
thd->semi_sync_slave = is_semi_sync_slave();
|
||||
if (repl_semisync_master.dump_start(thd, log_ident, pos))
|
||||
|
||||
DBUG_ASSERT(pos == linfo.pos);
|
||||
|
||||
if (repl_semisync_master.dump_start(thd, linfo.log_file_name, linfo.pos))
|
||||
{
|
||||
info->errmsg= "Failed to run hook 'transmit_start'";
|
||||
info->error= ER_UNKNOWN_ERROR;
|
||||
|
Reference in New Issue
Block a user