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:
@ -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);
|
||||
|
Reference in New Issue
Block a user