MySQL 9.0.0
Source Code Documentation
mysql_event_tracking_shutdown_data Struct Reference

Structure for Shutdown event tracking. More...

#include <event_tracking_lifecycle_defs.h>

Public Attributes

mysql_event_tracking_shutdown_subclass_t event_subclass
 Shutdown event. More...
 
int exit_code
 Exit code associated with the shutdown event. More...
 
mysql_event_tracking_shutdown_reason_t reason
 Shutdown reason. More...
 

Detailed Description

Structure for Shutdown event tracking.

Member Data Documentation

◆ event_subclass

mysql_event_tracking_shutdown_subclass_t mysql_event_tracking_shutdown_data::event_subclass

Shutdown event.

◆ exit_code

int mysql_event_tracking_shutdown_data::exit_code

Exit code associated with the shutdown event.

◆ reason

mysql_event_tracking_shutdown_reason_t mysql_event_tracking_shutdown_data::reason

Shutdown reason.


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