MySQL 9.1.0
Source Code Documentation
|
Example_share is a class that will be shared among all open handlers. More...
#include <ha_example.h>
Public Member Functions | |
Example_share () | |
~Example_share () override | |
Public Member Functions inherited from Handler_share | |
Handler_share ()=default | |
virtual | ~Handler_share ()=default |
Public Attributes | |
THR_LOCK | lock |
Example_share is a class that will be shared among all open handlers.
This example implements the minimum of what you will probably need.
Example_share::Example_share | ( | ) |
|
inlineoverride |
THR_LOCK Example_share::lock |