mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
merge 10.2->10.3 with conflict resolutions
This commit is contained in:
@ -2777,7 +2777,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