mirror of
https://github.com/MariaDB/server.git
synced 2025-01-26 00:34:18 +01:00
9 lines
196 B
C
9 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};
|