MySQL 9.1.0
Source Code Documentation
|
The ha_example engine is a stubbed storage engine for example purposes only; it does nothing at this point. More...
#include <sys/types.h>
#include "my_base.h"
#include "my_compiler.h"
#include "my_inttypes.h"
#include "sql/handler.h"
#include "thr_lock.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. 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.