mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Do not give an error when the user does START SLAVE on an already
running slave, just give a warning. Same thing for STOP SLAVE. This will make scripts writing easier for users.
This commit is contained in:
@ -268,4 +268,6 @@
|
||||
#define ER_NOT_SUPPORTED_AUTH_MODE 1249
|
||||
#define ER_SPATIAL_CANT_HAVE_NULL 1250
|
||||
#define ER_COLLATION_CHARSET_MISMATCH 1251
|
||||
#define ER_ERROR_MESSAGES 252
|
||||
#define ER_SLAVE_WAS_RUNNING 1252
|
||||
#define ER_SLAVE_WAS_NOT_RUNNING 1253
|
||||
#define ER_ERROR_MESSAGES 254
|
||||
|
Reference in New Issue
Block a user