mysqld.cc:

minor option description change.


sql/mysqld.cc:
  minor option description change.
This commit is contained in:
unknown 2004-08-09 10:34:36 -05:00
parent 2d9190418d
commit 17f95c28da

View file

@ -4066,7 +4066,7 @@ Disable with --skip-bdb (will save memory).",
"Set the default storage engine (table tyoe) 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,
"(deprecated) Use --default-storage-engine.", 0, 0,
0, GET_STR, REQUIRED_ARG, 0, 0, 0, 0, 0, 0},
{"default-time-zone", OPT_DEFAULT_TIME_ZONE, "Set the default time zone.",
(gptr*) &default_tz_name, (gptr*) &default_tz_name,