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 /myisam/myisamchk.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 'myisam/myisamchk.c')
-rw-r--r-- | myisam/myisamchk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/myisam/myisamchk.c b/myisam/myisamchk.c index 5377ecc18a5..e8e85345897 100644 --- a/myisam/myisamchk.c +++ b/myisam/myisamchk.c @@ -677,7 +677,7 @@ static void get_options(register int *argc,register char ***argv) if (isatty(fileno(stdout))) check_param.testflag|=T_WRITE_LOOP; - 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 using repair, then update checksum if one uses --update-state */ |