diff options
author | unknown <serg@serg.mylan> | 2004-02-16 18:53:00 +0100 |
---|---|---|
committer | unknown <serg@serg.mylan> | 2004-02-16 18:53:00 +0100 |
commit | 5a9ffa300aded1a8e5e3b00ed8334e5588653d6d (patch) | |
tree | 9f50a5286834ba27e3397680e3530b5bb72e2392 /include/ft_global.h | |
parent | cb6cd9affef3ea86d71a6f447d28fbaf520be098 (diff) | |
download | mariadb-git-5a9ffa300aded1a8e5e3b00ed8334e5588653d6d.tar.gz |
ft_boolean_syntax made changeable
BitKeeper/deleted/.del-gstream.cc~e7a4fae849aff6c8:
Delete: libmysqld/gstream.cc
BitKeeper/deleted/.del-item_subselect.cc~80564bbdb47e8160:
Delete: libmysqld/item_subselect.cc
BitKeeper/deleted/.del-spatial.cc~604df7172b141762:
Delete: libmysqld/spatial.cc
BitKeeper/deleted/.del-sql_derived.cc~548b125128871c7a:
Delete: libmysqld/sql_derived.cc
BitKeeper/etc/ignore:
Added libmysqld/item_subselect.cc libmysqld/sql_derived.cc to the ignore list
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 c30b0665216..94f6ad9ef51 100644 --- a/include/ft_global.h +++ b/include/ft_global.h @@ -52,7 +52,7 @@ extern const char *ft_precompiled_stopwords[]; extern ulong ft_min_word_len; extern ulong ft_max_word_len; extern ulong ft_query_expansion_limit; -extern const char *ft_boolean_syntax; +extern char ft_boolean_syntax[15]; int ft_init_stopwords(void); void ft_free_stopwords(void); @@ -63,6 +63,7 @@ void ft_free_stopwords(void); #define FT_EXPAND 4 /* query expansion */ FT_INFO *ft_init_search(uint,void *, uint, byte *, uint, byte *); +my_bool ft_boolean_check_syntax_string(const byte *); #ifdef __cplusplus } |