summaryrefslogtreecommitdiff
path: root/client/mysqlshow.c
diff options
context:
space:
mode:
authorram@gw.mysql.r18.ru <>2004-08-31 21:27:58 +0500
committerram@gw.mysql.r18.ru <>2004-08-31 21:27:58 +0500
commitb93a973b1203b969fef15ef8c10d0d494423f9ed (patch)
tree03be22b4525ca6105700a5357899d4e1c249a6dd /client/mysqlshow.c
parent86fcffb3230cfe326da144db9e3009e5ab9c85ca (diff)
downloadmariadb-git-b93a973b1203b969fef15ef8c10d0d494423f9ed.tar.gz
Added global my_getopt_error_reporter function pointer which is
used in the handle_options() function (instead of using additional handle_option() parameter). The default value of the my_getopt_error_reporter is default_reporter(). One can set it to other functions if case of need.
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 cabe55cd95e..1a9aec02955 100644
--- a/client/mysqlshow.c
+++ b/client/mysqlshow.c
@@ -261,7 +261,7 @@ get_options(int *argc,char ***argv)
{
int ho_error;
- if ((ho_error=handle_options(argc, argv, my_long_options, get_one_option, 0)))
+ if ((ho_error=handle_options(argc, argv, my_long_options, get_one_option)))
exit(ho_error);
if (tty_password)