Bug #74207 Unused code in the handler interface
Submitted: 3 Oct 2014 8:28 Modified: 26 Mar 2015 13:23
Reporter: Mattias Jonsson Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Storage Engine API Severity:S3 (Non-critical)
Version:5.7 OS:Any
Assigned to: CPU Architecture:Any

[3 Oct 2014 8:28] Mattias Jonsson
Description:
The handler.h and handler.cc files contain code/functions that are never called or referenced.

How to repeat:
Search for ha_index_read(, ha_index_read_last(, reset_auto_increment(  etc.

Suggested fix:
Remove the unused code.
[3 Dec 2014 12:50] Jon Stephens
Thank you for your bug report. This issue has been committed to our source repository of that product and will be incorporated into the next release.

  Refactoring only--no user-facing changes to document. Closed.

If necessary, you can access the source repository and build the latest available version, including the bug fix. More information about accessing the source trees is available at

    http://dev.mysql.com/doc/en/installing-source.html
[30 Mar 2015 13:12] Paul DuBois
Noted in 5.7.6 changelog.

Storage engine API code and functions in the handler.h and handler.cc
files that are never called or referenced were removed.