diff options
author | svoj@poseidon.ndb.mysql.com <> | 2005-11-06 13:13:06 +0100 |
---|---|---|
committer | svoj@poseidon.ndb.mysql.com <> | 2005-11-06 13:13:06 +0100 |
commit | 3791197f0d7121b31cb51583f7691db4fd86b425 (patch) | |
tree | 593a4ed5caa4dcceddc324b221fd0228343c9c4a /include/ft_global.h | |
parent | 37788da7905929b141f9bbb854356bc9aa0d88f7 (diff) | |
download | mariadb-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.h | 1 |
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); |