1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

::index_read_last() method has been added

This commit is contained in:
ram@mysql.r18.ru
2002-11-28 15:19:42 +04:00
parent b56b767187
commit 6acfa37935
2 changed files with 10 additions and 1 deletions

View File

@ -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);