diff options
author | serg@serg.mysql.com <> | 2001-09-25 20:31:02 +0200 |
---|---|---|
committer | serg@serg.mysql.com <> | 2001-09-25 20:31:02 +0200 |
commit | 5a9a3e91e7a0732dc8428796c970ed0bdcc8b8c3 (patch) | |
tree | a70bc86b1e25c9dd79c1730e066609f2781b606d /sql/handler.h | |
parent | 57e4c8ef3ba4f3bb5c2969b51db6d0605071137f (diff) | |
download | mariadb-git-5a9a3e91e7a0732dc8428796c970ed0bdcc8b8c3.tar.gz |
get rid of ft_search. Now there're two sets of ft_ functions, ft_nlq_* and ft_boolean_*
Diffstat (limited to 'sql/handler.h')
-rw-r--r-- | sql/handler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/handler.h b/sql/handler.h index 5cf39daeadf..16f7ba90eff 100644 --- a/sql/handler.h +++ b/sql/handler.h @@ -237,7 +237,7 @@ public: virtual int update_row(const byte * old_data, byte * new_data)=0; virtual int delete_row(const byte * buf)=0; virtual int index_read(byte * buf, const byte * key, - uint key_len, enum ha_rkey_function find_flag)=0; + uint key_len, enum ha_rkey_function find_flag)=0; virtual int index_read_idx(byte * buf, uint index, const byte * key, uint key_len, enum ha_rkey_function find_flag)=0; virtual int index_next(byte * buf)=0; |