summaryrefslogtreecommitdiff
path: root/client/mysqlshow.c
diff options
context:
space:
mode:
authorserg@serg.mylan <>2004-08-26 15:19:46 +0200
committerserg@serg.mylan <>2004-08-26 15:19:46 +0200
commitb4bb38e89617a63c233dd9eddf7731d6e95a6298 (patch)
tree9299076637e9019c66560b2d68fe6b4bc6456487 /client/mysqlshow.c
parent87537752e2f47b93b0abef5b98f9262d67085275 (diff)
parent0e44c9fdab1c1efad11f174877384cf707217b5f (diff)
downloadmariadb-git-b4bb38e89617a63c233dd9eddf7731d6e95a6298.tar.gz
merged
Diffstat (limited to 'client/mysqlshow.c')
-rw-r--r--client/mysqlshow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mysqlshow.c b/client/mysqlshow.c
index 05108bd03c8..35d61f1fa2f 100644
--- a/client/mysqlshow.c
+++ b/client/mysqlshow.c
@@ -297,7 +297,7 @@ 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, 0)))
exit(ho_error);
if (tty_password)