#include <my_getopt.h>
Public Attributes | |
| const char * | name |
| int | id |
| const char * | comment |
| gptr * | value |
| gptr * | u_max_value |
| const char ** | str_values |
| ulong | var_type |
| enum get_opt_arg_type | arg_type |
| longlong | def_value |
| longlong | min_value |
| longlong | max_value |
| longlong | sub_size |
| long | block_size |
| int | app_type |
Definition at line 39 of file my_getopt.h.
Definition at line 54 of file my_getopt.h.
Referenced by parse_mycnf_opt(), and InitConfigFileParser::store_in_properties().
| const char* my_option::comment |
Definition at line 49 of file my_getopt.h.
Referenced by sys_var_max_user_conn::set_default(), sys_var_thd_enum::set_default(), sys_var_thd_bool::set_default(), sys_var_thd_ulonglong::set_default(), sys_var_thd_ha_rows::set_default(), sys_var_thd_ulong::set_default(), sys_var_bool_ptr::set_default(), sys_var_ulonglong_ptr::set_default(), and sys_var_long_ptr_global::set_default().
| int my_option::id |
Definition at line 42 of file my_getopt.h.
Referenced by handle_options(), my_print_help(), my_print_variables(), and mysql_getopt_value().
| const char* my_option::name |
Definition at line 41 of file my_getopt.h.
Referenced by getopt_ll(), getopt_ull(), handle_options(), my_print_help(), and my_print_variables().
| const char** my_option::str_values |
Definition at line 46 of file my_getopt.h.
Definition at line 44 of file my_getopt.h.
Referenced by handle_options(), my_print_variables(), and mysql_getopt_value().
Definition at line 47 of file my_getopt.h.
Referenced by handle_options(), init_one_value(), my_print_help(), my_print_variables(), setval(), and InitConfigFileParser::store_in_properties().
1.4.7

