Commit dc692283 authored by unknown's avatar unknown

bug #19452 (mysql_upgrade reads [client] section but doesn't handle [host] option


client/mysql_upgrade.c:
  "client" group removed from the 'readlist'
parent 8703b22e
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment