1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Merge and two bug fixes in my_getopt.c

This commit is contained in:
jani@hynda.mysql.fi
2002-04-03 15:44:20 +03:00
parent 22a35da68c
commit 70a258757c
4 changed files with 16 additions and 16 deletions

View File

@ -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)))
{