diff options
author | serg@serg.mylan <> | 2004-08-26 15:19:46 +0200 |
---|---|---|
committer | serg@serg.mylan <> | 2004-08-26 15:19:46 +0200 |
commit | b4bb38e89617a63c233dd9eddf7731d6e95a6298 (patch) | |
tree | 9299076637e9019c66560b2d68fe6b4bc6456487 /client/mysqlcheck.c | |
parent | 87537752e2f47b93b0abef5b98f9262d67085275 (diff) | |
parent | 0e44c9fdab1c1efad11f174877384cf707217b5f (diff) | |
download | mariadb-git-b4bb38e89617a63c233dd9eddf7731d6e95a6298.tar.gz |
merged
Diffstat (limited to 'client/mysqlcheck.c')
-rw-r--r-- | client/mysqlcheck.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mysqlcheck.c b/client/mysqlcheck.c index 47512b2a277..882efff37a2 100644 --- a/client/mysqlcheck.c +++ b/client/mysqlcheck.c @@ -295,7 +295,7 @@ static int get_options(int *argc, char ***argv) load_defaults("my", load_default_groups, argc, argv); - if ((ho_error=handle_options(argc, argv, my_long_options, get_one_option))) + if ((ho_error=handle_options(argc, argv, my_long_options, get_one_option, 0))) exit(ho_error); if (!what_to_do) |