February 2018
Intermediate to advanced
510 pages
16h 10m
English
The easiest way to implement a new storage engine is to begin by copying and modifying the EXAMPLE storage engine. The files ha_example.cc and ha_example.h can be found in the storage/example directory of the MySQL source distribution.
When copying the files, change the names from ha_example.cc and ha_example.h to something appropriate to your storage engine, such as ha_foo.cc and ha_foo.h.
After you have copied and renamed the files, you must replace all instances of EXAMPLE and example with the name of your storage engine.
Read now
Unlock full access