mirror of
https://gitlab.com/2009scape/singleplayer/linux.git
synced 2026-08-01 14:39:15 -06:00
8 lines
196 B
C
8 lines
196 B
C
const char *load_default_groups[]= {
|
|
#ifdef WITH_NDBCLUSTER_STORAGE_ENGINE
|
|
"mysql_cluster",
|
|
#endif
|
|
"mysqld", "server", MYSQL_BASE_VERSION,
|
|
"mariadb", MARIADB_BASE_VERSION,
|
|
"client-server",
|
|
0, 0};
|