summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorjani@rhols221.adsl.netsonic.fi <>2002-10-04 17:18:41 +0300
committerjani@rhols221.adsl.netsonic.fi <>2002-10-04 17:18:41 +0300
commitd4fc18bf5f5c9d6b50e0071b405a41c23a13d685 (patch)
tree111dd00bf0fe093af1c8189121d831f38d898151 /client
parent3858bf1f8120ba1d998db4562e0c7bef0a504dbe (diff)
downloadmariadb-git-d4fc18bf5f5c9d6b50e0071b405a41c23a13d685.tar.gz
Small fixes in mysql and myisampack
Diffstat (limited to 'client')
-rw-r--r--client/mysql.cc7
1 files changed, 4 insertions, 3 deletions
diff --git a/client/mysql.cc b/client/mysql.cc
index 33e72946cda..70b5561a7ea 100644
--- a/client/mysql.cc
+++ b/client/mysql.cc
@@ -40,7 +40,7 @@
#include <signal.h>
#include <violite.h>
-const char *VER= "12.14";
+const char *VER= "12.15";
/* Don't try to make a nice table if the data is too big */
#define MAX_COLUMN_LENGTH 1024
@@ -556,8 +556,9 @@ static struct my_option my_long_options[] =
{"safe-updates", 'U', "Only allow UPDATE and DELETE that uses keys.",
(gptr*) &safe_updates, (gptr*) &safe_updates, 0, GET_BOOL, OPT_ARG, 0, 0,
0, 0, 0, 0},
- {"i-am-a-dummy", 'U', "Synonym for option --safe-updates, -U.", 0, 0, 0,
- GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0},
+ {"i-am-a-dummy", 'U', "Synonym for option --safe-updates, -U.",
+ (gptr*) &safe_updates, (gptr*) &safe_updates, 0, GET_BOOL, OPT_ARG, 0, 0,
+ 0, 0, 0, 0},
{"verbose", 'v', "Write more. (-v -v -v gives the table output format)", 0,
0, 0, GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0},
{"version", 'V', "Output version information and exit.", 0, 0, 0,