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/mi_test1.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/mi_test1.c')
-rw-r--r-- | myisam/mi_test1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/myisam/mi_test1.c b/myisam/mi_test1.c index 8ea97c8e489..88e6c5c89d3 100644 --- a/myisam/mi_test1.c +++ b/myisam/mi_test1.c @@ -643,7 +643,7 @@ static void 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); return; |