diff options
author | serg@serg.mysql.com <> | 2000-11-28 18:11:18 +0100 |
---|---|---|
committer | serg@serg.mysql.com <> | 2000-11-28 18:11:18 +0100 |
commit | 0878cd5eddfbe42db3d3f9ac9ba2993450fd53d1 (patch) | |
tree | eb5ed1a0abb845262a5b1d5977e66783acd0e227 /sql/ha_myisam.h | |
parent | 93ac0a2582d4e0e83f61002ae28825b5c722a722 (diff) | |
download | mariadb-git-0878cd5eddfbe42db3d3f9ac9ba2993450fd53d1.tar.gz |
errmsg.txt translated
opt_range.h bugs with const_tables and filesort fixed
opt_range.cc bugs with const_tables and filesort fixed
item_func.cc bugs with const_tables and filesort fixed
ha_myisam.h bugs with const_tables and filesort fixed
ha_myisam.cc bugs with const_tables and filesort fixed
ft_search.c bugs with const_tables and filesort fixed
Diffstat (limited to 'sql/ha_myisam.h')
-rw-r--r-- | sql/ha_myisam.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/ha_myisam.h b/sql/ha_myisam.h index d9f322fe9ca..c72b29ed3c7 100644 --- a/sql/ha_myisam.h +++ b/sql/ha_myisam.h @@ -71,6 +71,7 @@ class ha_myisam: public handler int index_first(byte * buf); int index_last(byte * buf); int index_next_same(byte *buf, const byte *key, uint keylen); + int index_init(uint idx); int ft_init() { if(!ft_handler) return 1; ft_reinit_search(ft_handler); return 0; } void *ft_init_ext(uint inx,const byte *key, uint keylen, bool presort) |