BUG #12498 Fixed mispelling

sql/mysqld.cc:
  BUG #12498 Fixed Mispelled 'type'
This commit is contained in:
unknown 2005-08-19 07:51:22 +02:00
parent d8ab930498
commit cf312a782d

View File

@ -4323,7 +4323,7 @@ Disable with --skip-bdb (will save memory).",
(gptr*) &default_collation_name, (gptr*) &default_collation_name,
0, GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0 },
{"default-storage-engine", OPT_STORAGE_ENGINE,
"Set the default storage engine (table tyoe) for tables.", 0, 0,
"Set the default storage engine (table type) for tables.", 0, 0,
0, GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0},
{"default-table-type", OPT_STORAGE_ENGINE,
"(deprecated) Use --default-storage-engine.", 0, 0,