index_last()
The index_last() function is used for reverse index scanning:
int ha_foo::index_last(byte * buf)
The *buf parameter is populated with the row that corresponds to the last key value in the index.
*buf