Spec-Zone .ru
спецификации, руководства, описания, API

19.30.21. The INFORMATION_SCHEMA INNODB_FT_DEFAULT_STOPWORDTable

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 19.20. 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_tableoption.

Notes: