mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
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)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user