1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

MDEV-6066: Merge new defaults from 5.6 and 5.7 (autoset)

--autoset- command line prefix added
This commit is contained in:
Oleksandr Byelkin
2015-08-10 21:45:11 +02:00
committed by Sergei Golubchik
parent b85a00161e
commit 21daa7b929
9 changed files with 485 additions and 23 deletions

View File

@@ -40,7 +40,8 @@ C_MODE_START
#define GET_FLAGSET 15
#define GET_ASK_ADDR 128
#define GET_TYPE_MASK 127
#define GET_AUTO 64
#define GET_TYPE_MASK 63
/**
Enumeration of the my_option::arg_type attributes.
@@ -100,6 +101,7 @@ typedef void *(*my_getopt_value)(const char *, uint, const struct my_option *,
extern char *disabled_my_option;
extern char *autoset_my_option;
extern my_bool my_getopt_print_errors;
extern my_bool my_getopt_skip_unknown;
extern my_bool my_getopt_prefix_matching;