MySQL 8.4.0
Source Code Documentation
s_mysql_dynamic_loader_services_loaded_notification Struct Reference

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

Detailed Description

A service to notify consumers about services loaded through dynamic loader.

Member Data Documentation

◆ notify

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.

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

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