MySQL 8.4.0
Source Code Documentation
log_sink_perfschema.h File Reference

Go to the source code of this file.

Classes

struct  s_mysql_log_sink_perfschema
 This defines functions to let logging services add error log events to performance_schema.error_log. More...
 

Typedefs

typedef struct s_mysql_log_sink_perfschema mysql_service_log_sink_perfschema_t
 This defines functions to let logging services add error log events to performance_schema.error_log. More...
 

Typedef Documentation

◆ mysql_service_log_sink_perfschema_t

This defines functions to let logging services add error log events to performance_schema.error_log.

For documentation of the individual functions, see log_sink_perfschema.cc Primitives for logging services to add to performance_schema.error_log.