Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
4e29d31c
Commit
4e29d31c
authored
Mar 12, 2014
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
typo fixed
parent
f320b12c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
mysql-test/r/mysqld--help.result
mysql-test/r/mysqld--help.result
+1
-1
sql/sys_vars.cc
sql/sys_vars.cc
+1
-1
No files found.
mysql-test/r/mysqld--help.result
View file @
4e29d31c
...
@@ -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, PRE
V
ERABLY
values are NEVER, COMPLEMENTARY, PRE
F
ERABLY
-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
...
...
sql/sys_vars.cc
View file @
4e29d31c
...
@@ -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, PRE
V
ERABLY"
,
"NEVER, COMPLEMENTARY, PRE
F
ERABLY"
,
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
));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment