The pluggable storage engine architecture used by MySQL Server enables storage engines to be written as plugins and loaded into and unloaded from a running server. For a description of this architecture, see Section 13.4, “Overview of MySQL Storage Engine Architecture”.
For more information on how the Plugin API can be used to write storage engines, see MySQL Internals: Custom Engine.
User Comments
Add your own comment.