Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
11.4
-
None
-
Not for Release Notes
Description
clang complains about "virtual int index_read_idx" in ha_archive being virtual in a final class.
MDEV-33746 removed the virtual markings however these where lost in the merge.
index_read_idx isn't used except within the ha_archive class by index_read.
As such merge the function into index_read.