Expand description
MySQL data structures.
Structs§
- Handlerton
- The HANDLER-singleTON.
- Plugin
- A plugin description.
- Storage
Engine Info - Information about a storage engine plugin.
Enums§
- Legacy
DbType - Legacy Database Type
- License
- The license under which the plugin is being published.
- Plugin
Type - The type of plugin being declared.
- Show
Comp Option
Type Aliases§
- Check
Uninstall Func - Function to invoke when plugin is uninstalled.
- Close
Connection Func - Close-connection notification.
- Deinit
Func - Function to invoke when plugin is unloaded.
- Init
Func - Function to invoke when plugin is loaded.
- Kill
Connection Func - Terminate-connection/statement notification.
- PreDd
Shutdown Func - Shut down all storage engine background tasks that might access the data dictionary, before the main shutdown.