MySQL 8.4.0
Source Code Documentation
s_mysql_dynamic_loader_services_unload_notification Struct Reference

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...
 

Detailed Description

A service to notify consumers about services to be unloaded through dynamic loader.

Member Data Documentation

◆ notify

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.

Parameters
[in]servicesNames to services being unloaded
[in]countNumber of services being unloaded
Returns
status of notification
Return values
falseSuccess
trueFailure

The documentation for this struct was generated from the following file: