The INFORMATION_SCHEMA INNODB_FT_DEFAULT_STOPWORD
Table
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 18.17. 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 , "Full-Text Search Functions".