mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge 10.1 into 10.2
This commit is contained in:
@ -2038,9 +2038,13 @@ static int init_binlog_sender(binlog_send_info *info,
|
||||
});
|
||||
|
||||
if (global_system_variables.log_warnings > 1)
|
||||
{
|
||||
sql_print_information(
|
||||
"Start binlog_dump to slave_server(%lu), pos(%s, %lu)",
|
||||
thd->variables.server_id, log_ident, (ulong)*pos);
|
||||
"Start binlog_dump to slave_server(%lu), pos(%s, %lu), "
|
||||
"using_gtid(%d), gtid('%s')", thd->variables.server_id,
|
||||
log_ident, (ulong)*pos, info->using_gtid_state,
|
||||
connect_gtid_state.c_ptr_quick());
|
||||
}
|
||||
|
||||
#ifndef DBUG_OFF
|
||||
if (opt_sporadic_binlog_dump_fail && (binlog_dump_count++ % 2))
|
||||
|
Reference in New Issue
Block a user