Bug #46090 deprecate/remove handler::index_read_last
Submitted: 9 Jul 2009 15:12 Modified: 9 Jul 2009 21:37
Reporter: Zardosht Kasheff (OCA) Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: Storage Engines Severity:S4 (Feature request)
Version: OS:Any
Assigned to: CPU Architecture:Any

[9 Jul 2009 15:12] Zardosht Kasheff
Description:
Small issue that will help future storage engine developers. Every storage engine implements handler::index_read_last as handler::index_read(HA_READ_PREFIX_LAST). Removing this redundancy will help developers in the future.

How to repeat:
n/a

Suggested fix:
have handler::index_read_last_map call handler::index_read(HA_READ_PREFIX_LAST).
[9 Jul 2009 21:37] MySQL Verification Team
Thank you for the bug report.