mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Stopwords (English only); fulltext keys now can be repaired
myisam/fulltext.h: stopwords moved to include/ft_global.h myisam/mi_check.c: fulltext keys now can be repaired include/ft_global.h: stopwords declaration sql/ha_myisam.cc: bug in ::repair sql/mysqld.cc: stopwords initialized with PRECOMPILED_STOPWORDS include/Makefile.am: because `bk ci' set permissions to 444, the my_global.h should be removed, not overwritten.]
This commit is contained in:
@ -40,6 +40,8 @@ typedef struct st_ft_doclist {
|
||||
FT_DOC doc[1];
|
||||
} FT_DOCLIST;
|
||||
|
||||
extern const char *ft_precompiled_stopwords[];
|
||||
|
||||
int ft_init_stopwords(const char **);
|
||||
|
||||
FT_DOCLIST * ft_init_search(void *, uint, byte *, uint, my_bool);
|
||||
|
Reference in New Issue
Block a user