MySQL 9.1.0
Source Code Documentation
|
Classes | |
struct | s_mysql_event_tracking_authentication |
More... | |
struct | s_mysql_event_tracking_authentication_information |
More... | |
struct | s_mysql_event_tracking_authentication_method |
More... | |
struct | s_mysql_event_tracking_command |
More... | |
struct | s_mysql_event_tracking_connection |
More... | |
struct | s_mysql_event_tracking_general |
More... | |
struct | s_mysql_event_tracking_general_information |
More... | |
struct | s_mysql_event_tracking_global_variable |
More... | |
struct | s_mysql_event_tracking_lifecycle |
More... | |
struct | s_mysql_event_tracking_message |
More... | |
struct | s_mysql_event_tracking_parse |
More... | |
struct | s_mysql_event_tracking_query |
More... | |
struct | s_mysql_event_tracking_stored_program |
More... | |
struct | s_mysql_event_tracking_table_access |
More... | |
struct | s_mysql_mysql_thd_store |
A service to store an opaque pointer in MYSQL_THD. More... | |
A service to track and consume authentication events.
Producer of the event will broadcast notify all interested consumers of the event.
A service to track and consume command events.
Producer of the event will broadcast notify all interested consumers of the event.
A service to track and consume connection events.
Producer of the event will broadcast notify all interested consumers of the event.
A service to track and consume general events.
Producer of the event will broadcast notify all interested consumers of the event.
typedef struct s_mysql_event_tracking_global_variable mysql_service_event_tracking_global_variable_t |
A service to track and consume global variable access events.
Producer of the event will broadcast notify all interested consumers of the event.
A service to track and consume program lifecycle events.
Producer of the event will broadcast notify all interested consumers of the event.
A service to track and consume custom message events.
Producer of the event will broadcast notify all interested consumers of the event.
typedef struct s_mysql_event_tracking_parse mysql_service_event_tracking_parse_t |
A service to track and consume parse events.
Producer of the event will notify all interested consumers one by one until it receives success.
typedef struct s_mysql_event_tracking_query mysql_service_event_tracking_query_t |
A service to track and consume query events.
Producer of the event will broadcast notify all interested consumers of the event.
A service to track and consume stored program events.
Producer of the event will broadcast notify all interested consumers of the event.
A service to track and consume table access events.
Producer of the event will broadcast notify all interested consumers of the event.
typedef struct s_mysql_mysql_thd_store mysql_service_mysql_thd_store_t |
A service to store an opaque pointer in MYSQL_THD.