summaryrefslogtreecommitdiff
path: root/include/ft_global.h
diff options
context:
space:
mode:
authorserg@infomag.ape.relarn.ru <>2000-08-25 19:56:55 +0400
committerserg@infomag.ape.relarn.ru <>2000-08-25 19:56:55 +0400
commit6236dfc7a34cd528b5d11fad4ce32d230720ce44 (patch)
treead2b5aff206599e2ee78906e3fbf28616044ffe1 /include/ft_global.h
parent9349bf7ee387daeab5270dc5ed9c534b94e05238 (diff)
downloadmariadb-git-6236dfc7a34cd528b5d11fad4ce32d230720ce44.tar.gz
Stopwords (English only); fulltext keys now can be repaired
Diffstat (limited to 'include/ft_global.h')
-rw-r--r--include/ft_global.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ft_global.h b/include/ft_global.h
index 0de13974027..32490dd079f 100644
--- a/include/ft_global.h
+++ b/include/ft_global.h
@@ -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);