You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
196 B

  1. const char *load_default_groups[]= {
  2. #ifdef WITH_NDBCLUSTER_STORAGE_ENGINE
  3. "mysql_cluster",
  4. #endif
  5. "mysqld", "server", MYSQL_BASE_VERSION,
  6. "mariadb", MARIADB_BASE_VERSION,
  7. "client-server",
  8. 0, 0};