mirror of
https://github.com/MariaDB/server.git
synced 2025-07-08 17:02:21 +03:00
MDEV-20153: Slave error message incorrectly mentions server_uuid
Correct an error message thrown by the slave to remove the descriptor "slave_uuid", as it was never ported to MariaDB.
This commit is contained in:
@ -3277,8 +3277,7 @@ err:
|
||||
ER_ABORTING_CONNECTION.
|
||||
*/
|
||||
info->errmsg=
|
||||
"A slave with the same server_uuid/server_id is already "
|
||||
"connected";
|
||||
"A slave with the same server_id is already connected";
|
||||
info->error= ER_SLAVE_SAME_ID;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user