1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00
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:
unknown
2005-04-11 17:08:34 +04:00
parent 47527f6ade
commit 3ae32eacc0

View File

@@ -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()