diff options
author | serg@serg.mysql.com <> | 2001-11-22 19:35:35 +0100 |
---|---|---|
committer | serg@serg.mysql.com <> | 2001-11-22 19:35:35 +0100 |
commit | 59f3a958345bf5df0a60159711a3ec32c9f8084e (patch) | |
tree | 88c2bdef4a2fa66c208f59cf2e0300ebd491fcf9 /include/ft_global.h | |
parent | 307fb4a3901c5175718550380716876c1c36323c (diff) | |
download | mariadb-git-59f3a958345bf5df0a60159711a3ec32c9f8084e.tar.gz |
ft_boolean_syntax variable
Diffstat (limited to 'include/ft_global.h')
-rw-r--r-- | include/ft_global.h | 1 |
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); |