![]()  | 
  
    MySQL 8.0.44
    
   Source Code Documentation 
   | 
 
API for clone plugin. More...
Go to the source code of this file.
Classes | |
| struct | Mysql_clone | 
| The descriptor structure for the plugin, that is referred from st_mysql_plugin.  More... | |
Macros | |
| #define | MYSQL_CLONE_INTERFACE_VERSION 0x0100 | 
| Clone plugin interface version.  More... | |
Functions | |
| int | clone_handle_create (const char *plugin_name) | 
| Create clone handle to access the clone interfaces from server.  More... | |
| int | clone_handle_drop () | 
| Drop clone handle.  More... | |
| int | clone_handle_check_drop (MYSQL_PLUGIN plugin_info) | 
| Check if it is safe to uninstall clone plugin.  More... | |
API for clone plugin.
| #define MYSQL_CLONE_INTERFACE_VERSION 0x0100 | 
Clone plugin interface version.
| int clone_handle_check_drop | ( | MYSQL_PLUGIN | plugin_info | ) | 
Check if it is safe to uninstall clone plugin.
| [in,out] | plugin_info | plugin | 
| int clone_handle_create | ( | const char * | plugin_name | ) | 
Create clone handle to access the clone interfaces from server.
Called when Clone plugin is installed.
| [in] | plugin_name | clone plugin name | 
| int clone_handle_drop | ( | ) | 
Drop clone handle.
Called when Clone plugin is uninstalled.