Commit 3ae32eac authored by unknown's avatar unknown
Browse files

Fix for Bug #9589


server-tools/instance-manager/options.cc:
  remove [mysql] group from the list of the groups read by the mysqlmanager (resulted from wrong merge long ago)
parent 47527f6a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -130,7 +130,7 @@ static void version()
}


static const char *default_groups[]= { "mysql", "manager", 0 };
static const char *default_groups[]= { "manager", 0 };


static void usage()