Commit 4e29d31c authored by Sergei Golubchik's avatar Sergei Golubchik

typo fixed

parent f320b12c
...@@ -1024,7 +1024,7 @@ The following options may be given as the first argument: ...@@ -1024,7 +1024,7 @@ The following options may be given as the first argument:
(usually get from GUI tools) (usually get from GUI tools)
--use-stat-tables=name --use-stat-tables=name
Specifies how to use system statistics tables. Possible Specifies how to use system statistics tables. Possible
values are NEVER, COMPLEMENTARY, PREVERABLY values are NEVER, COMPLEMENTARY, PREFERABLY
-u, --user=name Run mysqld daemon as user. -u, --user=name Run mysqld daemon as user.
--userstat Enables statistics gathering for USER_STATISTICS, --userstat Enables statistics gathering for USER_STATISTICS,
CLIENT_STATISTICS, INDEX_STATISTICS and TABLE_STATISTICS CLIENT_STATISTICS, INDEX_STATISTICS and TABLE_STATISTICS
......
...@@ -4586,7 +4586,7 @@ const char *use_stat_tables_modes[] = ...@@ -4586,7 +4586,7 @@ const char *use_stat_tables_modes[] =
static Sys_var_enum Sys_optimizer_use_stat_tables( static Sys_var_enum Sys_optimizer_use_stat_tables(
"use_stat_tables", "use_stat_tables",
"Specifies how to use system statistics tables. Possible values are " "Specifies how to use system statistics tables. Possible values are "
"NEVER, COMPLEMENTARY, PREVERABLY", "NEVER, COMPLEMENTARY, PREFERABLY",
SESSION_VAR(use_stat_tables), CMD_LINE(REQUIRED_ARG), SESSION_VAR(use_stat_tables), CMD_LINE(REQUIRED_ARG),
use_stat_tables_modes, DEFAULT(0)); use_stat_tables_modes, DEFAULT(0));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment