Commit 3eada05d authored by unknown's avatar unknown

mysqld.cc:

  fixed typo


sql/mysqld.cc:
  fixed typo
parent 45968d1f
......@@ -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:
......
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