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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
43d7f5a5
Commit
43d7f5a5
authored
Aug 02, 2007
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
myisamchk.c:
Fix typo in usage. myisam/myisamchk.c: Fix typo in usage.
parent
e85b4e0a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
myisam/myisamchk.c
myisam/myisamchk.c
+2
-2
No files found.
myisam/myisamchk.c
View file @
43d7f5a5
...
...
@@ -338,7 +338,7 @@ static struct my_option my_long_options[] =
(
gptr
*
)
&
ft_stopword_file
,
(
gptr
*
)
&
ft_stopword_file
,
0
,
GET_STR
,
REQUIRED_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
{
"stats_method"
,
OPT_STATS_METHOD
,
"Specifies how index statistics collection code should t
h
reat NULLs. "
"Specifies how index statistics collection code should treat NULLs. "
"Possible values of name are
\"
nulls_unequal
\"
(default behavior for 4.1/5.0), "
"
\"
nulls_equal
\"
(emulate 4.0 behavior), and
\"
nulls_ignored
\"
."
,
(
gptr
*
)
&
myisam_stats_method_str
,
(
gptr
*
)
&
myisam_stats_method_str
,
0
,
...
...
@@ -453,7 +453,7 @@ static void usage(void)
MySQL faster. You can check the calculated distribution
\n
\
by using '--description --verbose table_name'.
\n
\
--stats_method=name Specifies how index statistics collection code should
\n
\
t
h
reat NULLs. Possible values of name are
\"
nulls_unequal
\"\n
\
treat NULLs. Possible values of name are
\"
nulls_unequal
\"\n
\
(default for 4.1/5.0),
\"
nulls_equal
\"
(emulate 4.0), and
\n
\
\"
nulls_ignored
\"
.
\n
\
-d, --description Prints some information about table.
\n
\
...
...
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