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:
@ -5136,7 +5136,7 @@ static void mysql_init_variables(void)
|
|||||||
have_example_db= SHOW_OPTION_NO;
|
have_example_db= SHOW_OPTION_NO;
|
||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_NDBCLUSTER_DB
|
#ifdef HAVE_NDBCLUSTER_DB
|
||||||
have_ndbcluster=SHOW_OPTION_YES;
|
have_ndbcluster=SHOW_OPTION_DISABLED;
|
||||||
#else
|
#else
|
||||||
have_ndbcluster=SHOW_OPTION_NO;
|
have_ndbcluster=SHOW_OPTION_NO;
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user