mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
mysqld.cc:
minor option description change. sql/mysqld.cc: minor option description change.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user