mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Merge and two bug fixes in my_getopt.c
client/mysql.cc: merge client/mysqldump.c: merge myisam/myisamchk.c: merge mysys/my_getopt.c: Fixed a bug with short options when type was GET_BOOL. Fixed a bug in my_print_help() function.
This commit is contained in:
@ -405,7 +405,6 @@ static int get_options(int *argc, char ***argv)
|
||||
|
||||
md_result_file= stdout;
|
||||
load_defaults("my",load_default_groups,argc,argv);
|
||||
set_all_changeable_vars(md_changeable_vars);
|
||||
|
||||
if ((ho_error=handle_options(argc, argv, my_long_options, get_one_option)))
|
||||
{
|
||||
|
Reference in New Issue
Block a user