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
0fe21fdc
Commit
0fe21fdc
authored
Aug 02, 2007
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-4.1-build
into trift2.:/MySQL/M41/push-4.1
parents
cbbc8bb3
0de7ddf0
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 @
0fe21fdc
...
...
@@ -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