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

small ndb switch fix

This commit is contained in:
tomas@poseidon.(none)
2004-08-23 09:15:42 +00:00
parent 552d841be2
commit efac41149c

View File

@ -6004,11 +6004,11 @@ get_one_option(int optid, const struct my_option *opt __attribute__((unused)),
have_ndbcluster= SHOW_OPTION_DISABLED;
#endif
break;
case OPT_NDB_CONNECTSTRING:
#ifdef HAVE_NDBCLUSTER_DB
case OPT_NDB_CONNECTSTRING:
have_ndbcluster= SHOW_OPTION_YES;
#endif
break;
#endif
case OPT_INNODB:
#ifdef HAVE_INNOBASE_DB
if (opt_innodb)