mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge remote-tracking branch 'origin/11.2' into 11.4
This commit is contained in:
@ -3347,7 +3347,7 @@ err:
|
||||
info->error= ER_MASTER_FATAL_ERROR_READING_BINLOG;
|
||||
}
|
||||
else if (info->errmsg != NULL)
|
||||
strcpy(info->error_text, info->errmsg);
|
||||
safe_strcpy(info->error_text, sizeof(info->error_text), info->errmsg);
|
||||
|
||||
my_message(info->error, info->error_text, MYF(0));
|
||||
|
||||
|
Reference in New Issue
Block a user