mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
3bfd88d1d6
add --mysqld option to my_print_defaults change server-postin script to use that
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};
|