Table of Contents [+/-]
store_lock() Methodexternal_lock() Methodrnd_init() Methodinfo(uinf flag) Methodextra() Methodrnd_next() MethodINSERT to a Storage EngineUPDATE to a Storage EngineDELETE to a Storage EngineCREATE TABLE
Operationsindex_init()index_end()index_read() Methodindex_read_idx() Methodindex_read_last() Methodindex_next() Methodindex_prev() Methodindex_first() Methodindex_last() MethodWith MySQL 5.1, MySQL AB has introduced a pluggable storage engine architecture that makes it possible to create new storage engines and add them to a running MySQL server without recompiling the server itself.
This architecture makes it easier to develop new storage engines for MySQL and deploy them.
This chapter is intended as a guide to assist you in developing a storage engine for the new pluggable storage engine architecture.
