diff options
author | unknown <holyfoot@deer.(none)> | 2006-07-03 14:22:39 +0500 |
---|---|---|
committer | unknown <holyfoot@deer.(none)> | 2006-07-03 14:22:39 +0500 |
commit | dc692283ee3be74a7454475094d432f97d967999 (patch) | |
tree | 52c63c57685e69103991c61f84ea93ecee522842 /client | |
parent | 8703b22e167c706d5a8c77a1e24948b4db3fafb3 (diff) | |
download | mariadb-git-dc692283ee3be74a7454475094d432f97d967999.tar.gz |
bug #19452 (mysql_upgrade reads [client] section but doesn't handle [host] option
client/mysql_upgrade.c:
"client" group removed from the 'readlist'
Diffstat (limited to 'client')
-rw-r--r-- | client/mysql_upgrade.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mysql_upgrade.c b/client/mysql_upgrade.c index 3288b627554..f73d3ea024e 100644 --- a/client/mysql_upgrade.c +++ b/client/mysql_upgrade.c @@ -65,7 +65,7 @@ static struct my_option my_long_options[]= }; static const char *load_default_groups[]= { - "mysql_upgrade", "client", 0 + "mysql_upgrade", 0 }; #include <help_end.h> |