mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 18:41:56 +01:00
mysqld.cc:
minor option description change. sql/mysqld.cc: minor option description change.
This commit is contained in:
parent
2d9190418d
commit
17f95c28da
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue