summaryrefslogtreecommitdiff
path: root/include/ft_global.h
diff options
context:
space:
mode:
authormonty@donna.mysql.com <>2000-09-20 04:54:10 +0300
committermonty@donna.mysql.com <>2000-09-20 04:54:10 +0300
commitdc4525636ce2912fb9a455503260760621e2eb46 (patch)
tree9809b1ec91af01ed8cc76e542fe1a102e239d9b1 /include/ft_global.h
parentf2f515e5c2733dfe95471640ff740d0f936579b9 (diff)
downloadmariadb-git-dc4525636ce2912fb9a455503260760621e2eb46.tar.gz
Small bug fixes + code for DELETE QUICK
Diffstat (limited to 'include/ft_global.h')
-rw-r--r--include/ft_global.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ft_global.h b/include/ft_global.h
index 32490dd079f..90641313235 100644
--- a/include/ft_global.h
+++ b/include/ft_global.h
@@ -43,6 +43,7 @@ typedef struct st_ft_doclist {
extern const char *ft_precompiled_stopwords[];
int ft_init_stopwords(const char **);
+void ft_free_stopwords(void);
FT_DOCLIST * ft_init_search(void *, uint, byte *, uint, my_bool);
int ft_read_next(FT_DOCLIST *, char *);