Commit 17f95c28 authored by unknown's avatar unknown
Browse files

mysqld.cc:

  minor option description change.


sql/mysqld.cc:
  minor option description change.
parent 2d919041
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,