diff options
author | unknown <ram@mysql.r18.ru> | 2002-11-28 15:19:42 +0400 |
---|---|---|
committer | unknown <ram@mysql.r18.ru> | 2002-11-28 15:19:42 +0400 |
commit | 09fc04ad5fc768e041974b5254d2ca0452111570 (patch) | |
tree | 4a567319db553115fce422d8413d4ba78db9bd86 /sql/ha_heap.h | |
parent | 683d777ad86d4c0b1f0b8ede5ef3d1fc6bc0c626 (diff) | |
download | mariadb-git-09fc04ad5fc768e041974b5254d2ca0452111570.tar.gz |
::index_read_last() method has been added
Diffstat (limited to 'sql/ha_heap.h')
-rw-r--r-- | sql/ha_heap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/ha_heap.h b/sql/ha_heap.h index f82a1a460d8..fe874dab3f2 100644 --- a/sql/ha_heap.h +++ b/sql/ha_heap.h @@ -67,6 +67,7 @@ class ha_heap: public handler uint key_len, enum ha_rkey_function find_flag); int index_read_idx(byte * buf, uint idx, const byte * key, uint key_len, enum ha_rkey_function find_flag); + int index_read_last(byte * buf, const byte * key, uint key_len); int index_next(byte * buf); int index_prev(byte * buf); int index_first(byte * buf); |