mirror of
https://github.com/MariaDB/server.git
synced 2025-07-05 12:42:17 +03:00
WL#2246 "IM: Add ability to change instance options, add server logs handling" ported to the
current version of the IM
This commit is contained in:
@ -23,5 +23,9 @@
|
||||
#define ER_INSTANCE_ALREADY_STARTED 3002
|
||||
#define ER_CANNOT_START_INSTANCE 3003
|
||||
#define ER_STOP_INSTANCE 3004
|
||||
#define ER_NO_SUCH_LOG 3005
|
||||
#define ER_OPEN_LOGFILE 3006
|
||||
#define ER_GUESS_LOGFILE 3007
|
||||
#define ER_ACCESS_OPTION_FILE 3008
|
||||
|
||||
#endif /* INCLUDES_MYSQL_INSTANCE_MANAGER_MYSQL_MANAGER_ERROR_H */
|
||||
|
Reference in New Issue
Block a user