summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authormonty@mysql.com <>2004-09-01 04:12:09 +0300
committermonty@mysql.com <>2004-09-01 04:12:09 +0300
commit054cea4ca8c1c86bd4434d5d068cf21e8623a5ff (patch)
tree4ad5995c2fe0e62dfd3c25bcb2a946ad44728c19 /tools
parentba4d4ce97ab4287dd0c3da55f1bae0aaa963a309 (diff)
parent3f0f1a4fb2b3b1b8e60471a5ef8a83e2b978acda (diff)
downloadmariadb-git-054cea4ca8c1c86bd4434d5d068cf21e8623a5ff.tar.gz
Merge with 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 36a8b2f394c..bb0a76d6c49 100644
--- a/tools/mysqlmanager.c
+++ b/tools/mysqlmanager.c
@@ -1335,7 +1335,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, NULL)))
+ if ((ho_error=handle_options(&argc, &argv, my_long_options, get_one_option)))
exit(ho_error);
return 0;