1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

mysqld.cc:

changed default for nbdcluster to DISABLED
This commit is contained in:
tomas@mc05.(none)
2004-04-19 14:34:07 +02:00
parent 78b242c946
commit ecfe6ebb59

View File

@ -5136,7 +5136,7 @@ static void mysql_init_variables(void)
have_example_db= SHOW_OPTION_NO;
#endif
#ifdef HAVE_NDBCLUSTER_DB
have_ndbcluster=SHOW_OPTION_YES;
have_ndbcluster=SHOW_OPTION_DISABLED;
#else
have_ndbcluster=SHOW_OPTION_NO;
#endif