summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorunknown <jani@hynda.(none)>2002-09-30 20:35:21 +0300
committerunknown <jani@hynda.(none)>2002-09-30 20:35:21 +0300
commitc525a541b7de61041b21a4129337a114c7b353de (patch)
tree8f4f57bfbcba191ea2e7317f7125a2ac48a0802a /client
parentd75630cbae9d80b8d39b09b798cd0e3318600a3b (diff)
downloadmariadb-git-c525a541b7de61041b21a4129337a114c7b353de.tar.gz
Fixed a bug in mysql client.
client/mysql.cc: Fixed an accidently changed option (--ignore-space) back to the original one --ignore-spaces in mysql client. Both syntaxes will work.
Diffstat (limited to 'client')
-rw-r--r--client/mysql.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mysql.cc b/client/mysql.cc
index 7d9ecda12e3..33e72946cda 100644
--- a/client/mysql.cc
+++ b/client/mysql.cc
@@ -473,7 +473,7 @@ static struct my_option my_long_options[] =
"Enable named commands. Named commands mean this program's internal commands; see mysql> help . When enabled, the named commands can be used from any line of the query, otherwise only from the first line, before an enter. Disable with --disable-named-commands. This option is disabled by default.",
(gptr*) &named_cmds, (gptr*) &named_cmds, 0, GET_BOOL, NO_ARG, 0, 0, 0, 0,
0, 0},
- {"ignore-space", 'i', "Ignore space after function names.", 0, 0, 0,
+ {"ignore-spaces", 'i', "Ignore space after function names.", 0, 0, 0,
GET_NO_ARG, NO_ARG, 0, 0, 0, 0, 0, 0},
{"local-infile", OPT_LOCAL_INFILE, "Enable/disable LOAD DATA LOCAL INFILE.",
(gptr*) &opt_local_infile,