diff options
author | serg@serg.mylan <> | 2005-02-04 15:31:39 +0100 |
---|---|---|
committer | serg@serg.mylan <> | 2005-02-04 15:31:39 +0100 |
commit | 47f354bca710d70ae4874ff8c1d295a604917749 (patch) | |
tree | 01c66c5c69b4c95dd26d4e4d07d34a09e911eedc /include | |
parent | b0bf1950647d0bad79da7f6435785c99a080106b (diff) | |
parent | cc1ee6475f9a15415c81867f239f71a0bb1c969c (diff) | |
download | mariadb-git-47f354bca710d70ae4874ff8c1d295a604917749.tar.gz |
Merge serg@bk-internal.mysql.com:/home/bk/mysql-4.1/
into serg.mylan:/usr/home/serg/Abk/mysql-4.1
Diffstat (limited to 'include')
-rw-r--r-- | include/ft_global.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ft_global.h b/include/ft_global.h index 94f6ad9ef51..c3f60d13a7a 100644 --- a/include/ft_global.h +++ b/include/ft_global.h @@ -62,7 +62,7 @@ void ft_free_stopwords(void); #define FT_SORTED 2 #define FT_EXPAND 4 /* query expansion */ -FT_INFO *ft_init_search(uint,void *, uint, byte *, uint, byte *); +FT_INFO *ft_init_search(uint,void *, uint, byte *, uint,CHARSET_INFO *, byte *); my_bool ft_boolean_check_syntax_string(const byte *); #ifdef __cplusplus |