MySQL 8.4.1
Source Code Documentation
Example_share Class Reference

Example_share is a class that will be shared among all open handlers. More...

#include <ha_example.h>

Inheritance diagram for Example_share:
[legend]

Public Member Functions

 Example_share ()
 
 ~Example_share () override
 

Public Attributes

THR_LOCK lock
 

Detailed Description

Example_share is a class that will be shared among all open handlers.

This example implements the minimum of what you will probably need.

Constructor & Destructor Documentation

◆ Example_share()

Example_share::Example_share ( )

◆ ~Example_share()

Example_share::~Example_share ( )
inlineoverride

Member Data Documentation

◆ lock

THR_LOCK Example_share::lock

The documentation for this class was generated from the following files: