summaryrefslogtreecommitdiff
path: root/include/ft_global.h
diff options
context:
space:
mode:
authorsvoj@poseidon.ndb.mysql.com <>2005-11-06 13:13:06 +0100
committersvoj@poseidon.ndb.mysql.com <>2005-11-06 13:13:06 +0100
commit3791197f0d7121b31cb51583f7691db4fd86b425 (patch)
tree593a4ed5caa4dcceddc324b221fd0228343c9c4a /include/ft_global.h
parent37788da7905929b141f9bbb854356bc9aa0d88f7 (diff)
downloadmariadb-git-3791197f0d7121b31cb51583f7691db4fd86b425.tar.gz
WL#2575 - Fulltext: Parser plugin for FTS
WL#2763 - MySQL plugin interface: step 1 Manual merge from CNET tree.
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 c3f60d13a7a..8f02e48f61d 100644
--- a/include/ft_global.h
+++ b/include/ft_global.h
@@ -53,6 +53,7 @@ extern ulong ft_min_word_len;
extern ulong ft_max_word_len;
extern ulong ft_query_expansion_limit;
extern char ft_boolean_syntax[15];
+extern struct st_mysql_ftparser ft_default_parser;
int ft_init_stopwords(void);
void ft_free_stopwords(void);