Commit 7f3ac5b8 authored by unknown's avatar unknown

mysqld.cc:

  changed default for nbdcluster to DISABLED


sql/mysqld.cc:
  changed default for nbdcluster to DISABLED
parent ae72d486
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment