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
13662152
Commit
13662152
authored
Apr 30, 2004
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
--ft-stopword-file option for myisamchk
parent
0c661e2c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
myisam/myisamchk.c
myisam/myisamchk.c
+5
-1
No files found.
myisam/myisamchk.c
View file @
13662152
...
...
@@ -149,7 +149,7 @@ enum options_mc {
OPT_CORRECT_CHECKSUM
,
OPT_KEY_BUFFER_SIZE
,
OPT_MYISAM_BLOCK_SIZE
,
OPT_READ_BUFFER_SIZE
,
OPT_WRITE_BUFFER_SIZE
,
OPT_SORT_BUFFER_SIZE
,
OPT_SORT_KEY_BLOCKS
,
OPT_DECODE_BITS
,
OPT_FT_MIN_WORD_LEN
,
OPT_FT_MAX_WORD_LEN
,
OPT_FT_MAX_WORD_LEN_FOR_SORT
OPT_FT_MAX_WORD_LEN
,
OPT_FT_MAX_WORD_LEN_FOR_SORT
,
OPT_FT_STOPWORD_FILE
};
static
struct
my_option
my_long_options
[]
=
...
...
@@ -315,6 +315,10 @@ static struct my_option my_long_options[] =
{
"ft_max_word_len_for_sort"
,
OPT_FT_MAX_WORD_LEN_FOR_SORT
,
""
,
(
gptr
*
)
&
ft_max_word_len_for_sort
,
(
gptr
*
)
&
ft_max_word_len_for_sort
,
0
,
GET_ULONG
,
REQUIRED_ARG
,
20
,
4
,
HA_FT_MAXLEN
,
0
,
1
,
0
},
{
"ft_stopword_file"
,
OPT_FT_STOPWORD_FILE
,
"Use stopwords from this file instead of built-in list."
,
(
gptr
*
)
&
ft_stopword_file
,
(
gptr
*
)
&
ft_stopword_file
,
0
,
GET_STR
,
REQUIRED_ARG
,
0
,
0
,
0
,
0
,
0
,
0
},
{
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
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