mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
This is an implementation of two WL items:
- WL#3158: IM: Instance configuration extensions; - WL#3159: IM: --bootstrap and --start-default-instance modes The following new statements have been added: - CREATE INSTANCE; - DROP INSTANCE; The behaviour of the following statements have been changed: - SET; - UNSET; - FLUSH INSTANCES; - SHOW INSTANCES; - SHOW INSTANCE OPTIONS;
This commit is contained in:
@ -29,5 +29,13 @@
|
||||
#define ER_ACCESS_OPTION_FILE 3008
|
||||
#define ER_OFFSET_ERROR 3009
|
||||
#define ER_READ_FILE 3010
|
||||
#define ER_DROP_ACTIVE_INSTANCE 3011
|
||||
#define ER_CREATE_EXISTING_INSTANCE 3012
|
||||
#define ER_INSTANCE_MISCONFIGURED 3013
|
||||
#define ER_MALFORMED_INSTANCE_NAME 3014
|
||||
#define ER_INSTANCE_IS_ACTIVE 3015
|
||||
#define ER_THERE_IS_ACTIVE_INSTACE 3016
|
||||
#define ER_INCOMPATIBLE_OPTION 3017
|
||||
#define ER_CONF_FILE_DOES_NOT_EXIST 3018
|
||||
|
||||
#endif /* INCLUDES_MYSQL_INSTANCE_MANAGER_MYSQL_MANAGER_ERROR_H */
|
||||
|
Reference in New Issue
Block a user