summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorunknown <serg@serg.mylan>2004-01-14 16:42:08 +0100
committerunknown <serg@serg.mylan>2004-01-14 16:42:08 +0100
commite9322b891adb41b78d907072776bdd365e6fd54c (patch)
treef9889f7d4e77b08d8feff27d63a344bb619033d8 /client
parent3570044b7376a2bed9e0bdc34779fa8a3e89925d (diff)
downloadmariadb-git-e9322b891adb41b78d907072776bdd365e6fd54c.tar.gz
compilation error fixed
Diffstat (limited to 'client')
-rw-r--r--client/mysql.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/client/mysql.cc b/client/mysql.cc
index 46e15ebbbd3..59872a83506 100644
--- a/client/mysql.cc
+++ b/client/mysql.cc
@@ -492,8 +492,7 @@ static struct my_option my_long_options[] =
0, 0, 0},
#ifdef DBUG_OFF
{"debug", '#', "This is a non-debug version. Catch this and exit",
- (gptr*) &default_dbug_option,
- (gptr*) &default_dbug_option, 0, GET_DISABLED, OPT_ARG, 0, 0, 0, 0, 0, 0},
+ 0,0, 0, GET_DISABLED, OPT_ARG, 0, 0, 0, 0, 0, 0},
#else
{"debug", '#', "Output debug log", (gptr*) &default_dbug_option,
(gptr*) &default_dbug_option, 0, GET_STR, OPT_ARG, 0, 0, 0, 0, 0, 0},