summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorrburnett@build.mysql.com <>2004-08-26 13:43:27 +0200
committerrburnett@build.mysql.com <>2004-08-26 13:43:27 +0200
commit0e44c9fdab1c1efad11f174877384cf707217b5f (patch)
treeea0d4239af8a461b94df47956bde1945207ca88e /tools
parent5de9718b1ec50427e7e3e475aa372d85b4e6329f (diff)
parent1e0e96a0d2484da14175092e60f3ab119946dd2d (diff)
downloadmariadb-git-0e44c9fdab1c1efad11f174877384cf707217b5f.tar.gz
Merge bk-internal.mysql.com:/home/bk/mysql-4.0
into build.mysql.com:/users/rburnett/mysql-4.0
Diffstat (limited to 'tools')
-rw-r--r--tools/mysqlmanager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mysqlmanager.c b/tools/mysqlmanager.c
index ade6da895c6..12b5519ae9c 100644
--- a/tools/mysqlmanager.c
+++ b/tools/mysqlmanager.c
@@ -1333,7 +1333,7 @@ static int parse_args(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 0;