Summary
In this chapter we have studied, in excruciating detail, the inner workings of a MySQL storage engine that supports B-tree indexes. We have seen how to implement a translation layer between the MySQL storage engine API and a third-party B-tree storage library API, and how to work around their incompatibilities.
This chapter concludes the storage engine part of the book.