mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 11:01:52 +01:00
11 lines
231 B
C
11 lines
231 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",
|
|
#ifdef WITH_WSREP
|
|
"galera",
|
|
#endif
|
|
0, 0};
|