summaryrefslogtreecommitdiff
path: root/include/ft_global.h
diff options
context:
space:
mode:
authorserg@serg.mysql.com <>2001-11-22 19:35:35 +0100
committerserg@serg.mysql.com <>2001-11-22 19:35:35 +0100
commit59f3a958345bf5df0a60159711a3ec32c9f8084e (patch)
tree88c2bdef4a2fa66c208f59cf2e0300ebd491fcf9 /include/ft_global.h
parent307fb4a3901c5175718550380716876c1c36323c (diff)
downloadmariadb-git-59f3a958345bf5df0a60159711a3ec32c9f8084e.tar.gz
ft_boolean_syntax variable
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 9870e0854c1..52fb8d38a9a 100644
--- a/include/ft_global.h
+++ b/include/ft_global.h
@@ -49,6 +49,7 @@ extern const char *ft_precompiled_stopwords[];
extern ulong ft_min_word_len;
extern ulong ft_max_word_len;
extern ulong ft_max_word_len_for_sort;
+extern char *ft_boolean_syntax;
int ft_init_stopwords(const char **);
void ft_free_stopwords(void);