MySQL 8.4.2
Source Code Documentation
|
A server-side reference to a plugin service. More...
#include <sql_plugin_services.h>
Public Attributes | |
const char * | name |
The name of the service pointer symbol exported by the plugin. More... | |
uint | version |
The service version provided by the server. More... | |
void * | service |
The actual server side service structure pointer. More... | |
A server-side reference to a plugin service.
const char* st_service_ref::name |
The name of the service pointer symbol exported by the plugin.
void* st_service_ref::service |
The actual server side service structure pointer.
uint st_service_ref::version |
The service version provided by the server.