diff options
author | monty@mashka.mysql.fi <> | 2003-02-04 21:52:14 +0200 |
---|---|---|
committer | monty@mashka.mysql.fi <> | 2003-02-04 21:52:14 +0200 |
commit | 023d6dd39b9068ab8096c5ec60ab82bd10dbcee2 (patch) | |
tree | bad5f8dd7f020cc76a4c5e0f19bd130e3fb4a735 /include/ft_global.h | |
parent | 6a32ae735541b4780a209e883430ded343115792 (diff) | |
parent | 5ce0cd16b8b9fa05c781ac6ff4687133ed145d84 (diff) | |
download | mariadb-git-023d6dd39b9068ab8096c5ec60ab82bd10dbcee2.tar.gz |
Merge with 4.0.11
Diffstat (limited to 'include/ft_global.h')
-rw-r--r-- | include/ft_global.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/ft_global.h b/include/ft_global.h index 449cc57729f..9acdf6aaaf3 100644 --- a/include/ft_global.h +++ b/include/ft_global.h @@ -46,6 +46,7 @@ struct st_ft_info }; #endif +extern const char *ft_stopword_file; extern const char *ft_precompiled_stopwords[]; extern ulong ft_min_word_len; @@ -53,7 +54,7 @@ extern ulong ft_max_word_len; extern ulong ft_max_word_len_for_sort; extern const char *ft_boolean_syntax; -int ft_init_stopwords(const char **); +int ft_init_stopwords(void); void ft_free_stopwords(void); #define FT_NL 0 |