diff options
author | unknown <rburnett@build.mysql.com> | 2004-08-26 13:43:27 +0200 |
---|---|---|
committer | unknown <rburnett@build.mysql.com> | 2004-08-26 13:43:27 +0200 |
commit | ad1f3bb17d5a8117ff9feb987c04a52f22394189 (patch) | |
tree | ea0d4239af8a461b94df47956bde1945207ca88e /extra/my_print_defaults.c | |
parent | 337f02b74e3eab69fc5f6349351e43b0c04b2166 (diff) | |
parent | 3b55c6f394280835b193f2cb272faabeccbb06dd (diff) | |
download | mariadb-git-ad1f3bb17d5a8117ff9feb987c04a52f22394189.tar.gz |
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
into build.mysql.com:/users/rburnett/mysql-4.0
BitKeeper/etc/logging_ok:
auto-union
sql/mysql_priv.h:
Auto merged
Diffstat (limited to 'extra/my_print_defaults.c')
-rw-r--r-- | extra/my_print_defaults.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/my_print_defaults.c b/extra/my_print_defaults.c index f8a7995432b..515e816f473 100644 --- a/extra/my_print_defaults.c +++ b/extra/my_print_defaults.c @@ -100,7 +100,7 @@ static int get_options(int *argc,char ***argv) { int ho_error; - 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, NULL))) exit(ho_error); if (*argc < 1) |