Loading sql/mysqld.cc +1 −1 Original line number Diff line number Diff line Loading @@ -6107,7 +6107,7 @@ get_one_option(int optid, const struct my_option *opt __attribute__((unused)), have_berkeley_db= SHOW_OPTION_DISABLED; #else push_warning(current_thd, MYSQL_ERROR::WARN_LEVEL_ERROR, 0,"this binary does not contain DBD storage engine"); 0,"this binary does not contain BDB storage engine"); #endif break; case OPT_ISAM: Loading Loading
sql/mysqld.cc +1 −1 Original line number Diff line number Diff line Loading @@ -6107,7 +6107,7 @@ get_one_option(int optid, const struct my_option *opt __attribute__((unused)), have_berkeley_db= SHOW_OPTION_DISABLED; #else push_warning(current_thd, MYSQL_ERROR::WARN_LEVEL_ERROR, 0,"this binary does not contain DBD storage engine"); 0,"this binary does not contain BDB storage engine"); #endif break; case OPT_ISAM: Loading