MySQL 8.3.0
Source Code Documentation
mysql_event_message Struct Reference

Structure for MYSQL_AUDIT_MESSAGE_CLASS event class. More...

#include <plugin_audit.h>

Public Attributes

mysql_event_message_subclass_t event_subclass
 Event subclass. More...
 
MYSQL_LEX_CSTRING component
 Component. More...
 
MYSQL_LEX_CSTRING producer
 Producer. More...
 
MYSQL_LEX_CSTRING message
 Message. More...
 
mysql_event_message_key_value_tkey_value_map
 Key value map pointer. More...
 
size_t key_value_map_length
 Key value map length. More...
 

Detailed Description

Structure for MYSQL_AUDIT_MESSAGE_CLASS event class.

Member Data Documentation

◆ component

MYSQL_LEX_CSTRING mysql_event_message::component

Component.

◆ event_subclass

mysql_event_message_subclass_t mysql_event_message::event_subclass

Event subclass.

◆ key_value_map

mysql_event_message_key_value_t* mysql_event_message::key_value_map

Key value map pointer.

◆ key_value_map_length

size_t mysql_event_message::key_value_map_length

Key value map length.

◆ message

MYSQL_LEX_CSTRING mysql_event_message::message

Message.

◆ producer

MYSQL_LEX_CSTRING mysql_event_message::producer

Producer.


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