MySQL 8.4.0
Source Code Documentation
ft_stopwords.cc File Reference
#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_INFOft_stopword_cs = nullptr
 
static TREEstopwords3 = nullptr
 

Function Documentation

◆ ft_add_stopword()

static int ft_add_stopword ( const char *  w)
static

◆ ft_free_stopwords()

void ft_free_stopwords ( void  )

◆ ft_init_stopwords()

int ft_init_stopwords ( void  )

◆ FT_STOPWORD_cmp()

static int FT_STOPWORD_cmp ( const void *  ,
const void *  a,
const void *  b 
)
static

◆ FT_STOPWORD_free()

static void FT_STOPWORD_free ( void *  v_w,
TREE_FREE  action,
const void *   
)
static

◆ is_stopword()

int is_stopword ( char *  word,
uint  len 
)

Variable Documentation

◆ ft_stopword_cs

CHARSET_INFO* ft_stopword_cs = nullptr
static

◆ stopwords3

TREE* stopwords3 = nullptr
static