![]()  | 
  
    MySQL 9.5.0
    
   Source Code Documentation 
   | 
 
#include <fcntl.h>#include <sys/types.h>#include "my_compare.h"#include "my_compiler.h"#include "my_inttypes.h"#include "my_io.h"#include "storage/myisam/ftdefs.h"#include "storage/myisam/myisamdef.h"#include "template_utils.h"Classes | |
| struct | FT_STOPWORD | 
Functions | |
| static int | FT_STOPWORD_cmp (const void *, const void *a, const void *b) | 
| static void | FT_STOPWORD_free (void *v_w, TREE_FREE action, const void *) | 
| static int | ft_add_stopword (const char *w) | 
| int | ft_init_stopwords () | 
| int | is_stopword (char *word, uint len) | 
| void | ft_free_stopwords () | 
Variables | |
| static CHARSET_INFO * | ft_stopword_cs = nullptr | 
| static TREE * | stopwords3 = nullptr | 
      
  | 
  static | 
| void ft_free_stopwords | ( | void | ) | 
| int ft_init_stopwords | ( | void | ) | 
      
  | 
  static | 
      
  | 
  static | 
| int is_stopword | ( | char * | word, | 
| uint | len | ||
| ) | 
      
  | 
  static |