diff options
author | unknown <serg@serg.mysql.com> | 2002-11-17 18:54:23 +0100 |
---|---|---|
committer | unknown <serg@serg.mysql.com> | 2002-11-17 18:54:23 +0100 |
commit | 564c7b241fface9cc9843f47972f3a4060d2bd4d (patch) | |
tree | 1b14f4dc8e6bde238bd3c67286da833cfb8de672 /sql/ha_myisammrg.h | |
parent | 4b9c5888e9ffe429e0f494f5948d92ea4a6af175 (diff) | |
download | mariadb-git-564c7b241fface9cc9843f47972f3a4060d2bd4d.tar.gz |
myisammrg::records_in_range
Diffstat (limited to 'sql/ha_myisammrg.h')
-rw-r--r-- | sql/ha_myisammrg.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/ha_myisammrg.h b/sql/ha_myisammrg.h index b75d5360097..8e33b99e418 100644 --- a/sql/ha_myisammrg.h +++ b/sql/ha_myisammrg.h @@ -69,6 +69,11 @@ class ha_myisammrg: public handler int rnd_next(byte *buf); int rnd_pos(byte * buf, byte *pos); void position(const byte *record); + ha_rows ha_myisammrg::records_in_range(int inx, + const byte *start_key,uint start_key_len, + enum ha_rkey_function start_search_flag, + const byte *end_key,uint end_key_len, + enum ha_rkey_function end_search_flag); my_off_t row_position() { return myrg_position(file); } void info(uint); int extra(enum ha_extra_function operation); |