No cache version.

Caching disabled. Default setting for this page:enabled (code DEF204)
If the display is too slow, you can disable the user mode to view the cached version.

Rechercher dans le manuel MySQL

25.39.15 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 InnoDB tables. For information about the default InnoDB stopword list and how to define your own stopword lists, see Section 12.9.4, “Full-Text Stopwords”.

For related usage information and examples, see Section 15.14.4, “InnoDB INFORMATION_SCHEMA FULLTEXT Index Tables”.

The INNODB_FT_DEFAULT_STOPWORD table has these columns:

Example

  1. mysql> SELECT * FROM INFORMATION_SCHEMA.INNODB_FT_DEFAULT_STOPWORD;
  2. +-------+
  3. | value |
  4. +-------+
  5. | a     |
  6. | about |
  7. | an    |
  8. | are   |
  9. | as    |
  10. | at    |
  11. | be    |
  12. | by    |
  13. | com   |
  14. | de    |
  15. | en    |
  16. | for   |
  17. | from  |
  18. | how   |
  19. | i     |
  20. | in    |
  21. | is    |
  22. | it    |
  23. | la    |
  24. | of    |
  25. | on    |
  26. | or    |
  27. | that  |
  28. | the   |
  29. | this  |
  30. | to    |
  31. | was   |
  32. | what  |
  33. | when  |
  34. | where |
  35. | who   |
  36. | will  |
  37. | with  |
  38. | und   |
  39. | the   |
  40. | www   |
  41. +-------+
  42. 36 rows in set (0.00 sec)

Contents Haut

Notes


Find a PHP function
Error Infobrol

Can not display this page of the Infobrol website

Type of error (18-01)

Unknown format specifier "&"

Please try again in a few minutes…

Return to the home page




Steph