MySQL 9.1.0
Source Code Documentation
|
A service to notify consumers about services to be unloaded through dynamic loader. More...
#include <dynamic_loader_service_notification.h>
Public Attributes | |
mysql_service_status_t(* | notify )(const char **services, unsigned int count) |
Notify about services that are about to be unloaded. More... | |
A service to notify consumers about services to be unloaded through dynamic loader.
mysql_service_status_t(* s_mysql_dynamic_loader_services_unload_notification::notify) (const char **services, unsigned int count) |
Notify about services that are about to be unloaded.
[in] | services | Names to services being unloaded |
[in] | count | Number of services being unloaded |
false | Success |
true | Failure |