Commit b6d9222d authored by unknown's avatar unknown

small ndb switch fix

parent 355004e0
...@@ -6004,11 +6004,11 @@ get_one_option(int optid, const struct my_option *opt __attribute__((unused)), ...@@ -6004,11 +6004,11 @@ get_one_option(int optid, const struct my_option *opt __attribute__((unused)),
have_ndbcluster= SHOW_OPTION_DISABLED; have_ndbcluster= SHOW_OPTION_DISABLED;
#endif #endif
break; break;
case OPT_NDB_CONNECTSTRING:
#ifdef HAVE_NDBCLUSTER_DB #ifdef HAVE_NDBCLUSTER_DB
case OPT_NDB_CONNECTSTRING:
have_ndbcluster= SHOW_OPTION_YES; have_ndbcluster= SHOW_OPTION_YES;
#endif
break; break;
#endif
case OPT_INNODB: case OPT_INNODB:
#ifdef HAVE_INNOBASE_DB #ifdef HAVE_INNOBASE_DB
if (opt_innodb) if (opt_innodb)
......
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