summaryrefslogtreecommitdiff
path: root/tools/mysqlmanager.c
diff options
context:
space:
mode:
authortimour@mysql.com <>2004-11-25 11:37:28 +0200
committertimour@mysql.com <>2004-11-25 11:37:28 +0200
commit38ab93c6befaca29e2fc36f0f24ce2d1e464550b (patch)
tree29ad0385fdb639f58ab052e5bb498f9429a374d9 /tools/mysqlmanager.c
parent5eae363c329978a8d87cadc76a1a4967f38a7d70 (diff)
parentcf722bc3f5040d447f657477485e362b967d1f3e (diff)
downloadmariadb-git-38ab93c6befaca29e2fc36f0f24ce2d1e464550b.tar.gz
Merge for BUG#3759 which was missing from the main tree for some reason.
Diffstat (limited to 'tools/mysqlmanager.c')
-rw-r--r--tools/mysqlmanager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mysqlmanager.c b/tools/mysqlmanager.c
index 12b5519ae9c..ade6da895c6 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, NULL)))
+ if ((ho_error=handle_options(&argc, &argv, my_long_options, get_one_option)))
exit(ho_error);
return 0;