mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Merge from 5.1.
This commit is contained in:
@ -1490,7 +1490,7 @@ bool change_master(THD* thd, Master_info* mi)
|
||||
get_dynamic(&lex_mi->repl_ignore_server_ids, (uchar*) &s_id, i);
|
||||
if (s_id == ::server_id && replicate_same_server_id)
|
||||
{
|
||||
my_error(ER_SLAVE_IGNORE_SERVER_IDS, MYF(0), s_id);
|
||||
my_error(ER_SLAVE_IGNORE_SERVER_IDS, MYF(0), static_cast<int>(s_id));
|
||||
ret= TRUE;
|
||||
goto err;
|
||||
}
|
||||
|
Reference in New Issue
Block a user