PDF (A4) - 41.3Mb
Man Pages (TGZ) - 262.8Kb
Man Pages (Zip) - 368.8Kb
Info (Gzip) - 4.1Mb
Info (Zip) - 4.1Mb
TheINNODB_FT_DEFAULT_STOPWORD table holds a list ofstopwords that are used by default when creating aFULLTEXT index onInnoDB tables. For information about the defaultInnoDB stopword list and how to define your own stopword lists, seeSection 14.9.4, “Full-Text Stopwords”.
For related usage information and examples, seeSection 17.15.4, “InnoDB INFORMATION_SCHEMA FULLTEXT Index Tables”.
TheINNODB_FT_DEFAULT_STOPWORD table has these columns:
valueA word that is used by default as a stopword for
FULLTEXTindexes onInnoDBtables. This is not used if you override the default stopword processing with either theinnodb_ft_server_stopword_tableor theinnodb_ft_user_stopword_tablesystem variable.
Example
mysql> SELECT * FROM INFORMATION_SCHEMA.INNODB_FT_DEFAULT_STOPWORD;+-------+| value |+-------+| a || about || an || are || as || at || be || by || com || de || en || for || from || how || i || in || is || it || la || of || on || or || that || the || this || to || was || what || when || where || who || will || with || und || the || www |+-------+36 rows in set (0.00 sec)Notes
You must have the
PROCESSprivilege to query this table.Use the
INFORMATION_SCHEMACOLUMNStable or theSHOW COLUMNSstatement to view additional information about the columns of this table, including data types and default values.For more information about
InnoDBFULLTEXTsearch, seeSection 17.6.2.4, “InnoDB Full-Text Indexes”, andSection 14.9, “Full-Text Search Functions”.
PDF (A4) - 41.3Mb
Man Pages (TGZ) - 262.8Kb
Man Pages (Zip) - 368.8Kb
Info (Gzip) - 4.1Mb
Info (Zip) - 4.1Mb