Module types

Source
Expand description

MySQL data structures.

Structs§

Handlerton
The HANDLER-singleTON.
Plugin
A plugin description.
StorageEngineInfo
Information about a storage engine plugin.

Enums§

LegacyDbType
Legacy Database Type
License
The license under which the plugin is being published.
PluginType
The type of plugin being declared.
ShowCompOption

Type Aliases§

CheckUninstallFunc
Function to invoke when plugin is uninstalled.
CloseConnectionFunc
Close-connection notification.
DeinitFunc
Function to invoke when plugin is unloaded.
InitFunc
Function to invoke when plugin is loaded.
KillConnectionFunc
Terminate-connection/statement notification.
PreDdShutdownFunc
Shut down all storage engine background tasks that might access the data dictionary, before the main shutdown.