MySQL 9.1.0
Source Code Documentation
|
A service to notify consumers about services loaded 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 recently loaded. More... | |
A service to notify consumers about services loaded through dynamic loader.
mysql_service_status_t(* s_mysql_dynamic_loader_services_loaded_notification::notify) (const char **services, unsigned int count) |
Notify about services that are recently loaded.
[in] | services | Names to services recently loaded |
[in] | count | Number of services recently loaded |
false | Success |
true | Failure |