The INNODB_FT_DEFAULT_STOPWORD table holds a
list of stopwords that are
used by default when creating a FULLTEXT index
on an InnoDB table.
Table 20.18. INNODB_FT_DEFAULT_STOPWORD Columns
| Column name | Description |
|---|---|
value | A word that is used by default as a stopword for
FULLTEXT indexes on
InnoDB tables. Not used if you override
the default stopword processing with either the
innodb_ft_server_stopword_table
or the
innodb_ft_user_stopword_table
option. |
Notes:
You must have the PROCESS privilege to
query this table.
For more information, see Section 12.9, “Full-Text Search Functions”.

User Comments
Add your own comment.