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:
@ -20,11 +20,6 @@
|
||||
|
||||
#include <my_list.h>
|
||||
|
||||
typedef struct field {
|
||||
char *name;
|
||||
uint length;
|
||||
} NAME_WITH_LENGTH;
|
||||
|
||||
/* default field length to be used in various field-realted functions */
|
||||
enum { DEFAULT_FIELD_LENGTH= 20 };
|
||||
|
||||
|
Reference in New Issue
Block a user