MySQL 8.0 C API Developer Guide / C API Client Plugin Interface / C API Plugin Function Reference
The following table summarizes the functions available for the client-side plugin API. For greater detail, see the descriptions inSection 9.2, “C API Plugin Function Descriptions”.
Table 9.1 C API Plugin Functions
| Name | Description | Introduced |
|---|---|---|
mysql_client_find_plugin() | Return pointer to a plugin | |
mysql_client_register_plugin() | Register a plugin | |
mysql_load_plugin() | Load a plugin | |
mysql_load_plugin_v() | Load a plugin | |
mysql_plugin_get_option() | Get plugin option | 8.0.27 |
mysql_plugin_options() | Set plugin option |