summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorunknown <holyfoot@deer.(none)>2006-07-03 14:22:39 +0500
committerunknown <holyfoot@deer.(none)>2006-07-03 14:22:39 +0500
commitdc692283ee3be74a7454475094d432f97d967999 (patch)
tree52c63c57685e69103991c61f84ea93ecee522842 /client
parent8703b22e167c706d5a8c77a1e24948b4db3fafb3 (diff)
downloadmariadb-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.c2
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>