MySQL 9.0.0
Source Code Documentation
mysql_event_server_shutdown Struct Reference

Structure for MYSQL_AUDIT_SERVER_SHUTDOWN_CLASS event class. More...

#include <plugin_audit.h>

Public Attributes

mysql_event_server_shutdown_subclass_t event_subclass
 Shutdown event. More...
 
int exit_code
 Exit code associated with the shutdown event. More...
 
mysql_server_shutdown_reason_t reason
 Shutdown reason. More...
 

Detailed Description

Structure for MYSQL_AUDIT_SERVER_SHUTDOWN_CLASS event class.

Member Data Documentation

◆ event_subclass

mysql_event_server_shutdown_subclass_t mysql_event_server_shutdown::event_subclass

Shutdown event.

◆ exit_code

int mysql_event_server_shutdown::exit_code

Exit code associated with the shutdown event.

◆ reason

mysql_server_shutdown_reason_t mysql_event_server_shutdown::reason

Shutdown reason.


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