Commit 3eada05d authored by unknown's avatar unknown
Browse files

mysqld.cc:

  fixed typo


sql/mysqld.cc:
  fixed typo
parent 45968d1f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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: