mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
Extract some of #3360 fixes to 10.11.x
That PR uncovered countless issues on `my_snprintf` uses. This commit backports a squashed subset of their fixes. (Excludes previous parts #3485 and #3493)
This commit is contained in:
@@ -2705,7 +2705,7 @@ static void check_and_remove_stale_alter(Relay_log_info *rli)
|
||||
{
|
||||
DBUG_ASSERT(info->state == start_alter_state::REGISTERED);
|
||||
|
||||
sql_print_warning("ALTER query started at %u-%u-%llu could not "
|
||||
sql_print_warning("ALTER query started at %llu-%u-%u could not "
|
||||
"be completed because of unexpected master server "
|
||||
"or its binlog change", info->sa_seq_no, // todo:gtid
|
||||
0, 0);
|
||||
|
Reference in New Issue
Block a user