summaryrefslogtreecommitdiff
path: root/include/ft_global.h
diff options
context:
space:
mode:
authorunknown <serg@serg.mysql.com>2001-11-22 19:35:35 +0100
committerunknown <serg@serg.mysql.com>2001-11-22 19:35:35 +0100
commit8b5eedb7255ac34cee3e441e8dd88b875ee5dc08 (patch)
tree88c2bdef4a2fa66c208f59cf2e0300ebd491fcf9 /include/ft_global.h
parent198df9007eaaf1aacbdff6c3e6b438bfd013a66c (diff)
downloadmariadb-git-8b5eedb7255ac34cee3e441e8dd88b875ee5dc08.tar.gz
ft_boolean_syntax variable
myisam/ft_nlq_search.c: comments cleanup
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);