From dc692283ee3be74a7454475094d432f97d967999 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 3 Jul 2006 14:22:39 +0500 Subject: bug #19452 (mysql_upgrade reads [client] section but doesn't handle [host] option client/mysql_upgrade.c: "client" group removed from the 'readlist' --- client/mysql_upgrade.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client') 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 -- cgit v1.2.1