MySQL 5.6.14 Source Code Document
|
The ha_example engine is a stubbed storage engine for example purposes only; it does nothing at this point. Its purpose is to provide a source code illustration of how to begin writing new storage engines; see also /storage/example/ha_example.cc. More...
#include "my_global.h"
#include "thr_lock.h"
#include "handler.h"
#include "my_base.h"
Go to the source code of this file.
Classes | |
class | Example_share |
Example_share is a class that will be shared among all open handlers. This example implements the minimum of what you will probably need. More... | |
class | ha_example |
Class definition for the storage engine. More... |
The ha_example engine is a stubbed storage engine for example purposes only; it does nothing at this point. Its purpose is to provide a source code illustration of how to begin writing new storage engines; see also /storage/example/ha_example.cc.
Definition in file ha_example.h.