MySQL 8.3.0
Source Code Documentation
plugin_audit_message_types.h File Reference

Go to the source code of this file.

Classes

struct  mysql_event_message_key_value_t
 Structure that stores key-value pair of the MYSQL_AUDIT_MESSAGE_CLASS event class. More...
 

Enumerations

enum  mysql_event_message_subclass_t { MYSQL_AUDIT_MESSAGE_INTERNAL = 1 << 0 , MYSQL_AUDIT_MESSAGE_USER = 1 << 1 }
 Events for MYSQL_AUDIT_MESSAGE_CLASS event class. More...
 
enum  mysql_event_message_value_type_t { MYSQL_AUDIT_MESSAGE_VALUE_TYPE_STR = 0 , MYSQL_AUDIT_MESSAGE_VALUE_TYPE_NUM = 1 }
 Type of the value element of the key-value pair. More...
 

Enumeration Type Documentation

◆ mysql_event_message_subclass_t

Events for MYSQL_AUDIT_MESSAGE_CLASS event class.

Enumerator
MYSQL_AUDIT_MESSAGE_INTERNAL 

Internally generated message.

MYSQL_AUDIT_MESSAGE_USER 

User generated message.

◆ mysql_event_message_value_type_t

Type of the value element of the key-value pair.

Enumerator
MYSQL_AUDIT_MESSAGE_VALUE_TYPE_STR 

Value is of the string type.

MYSQL_AUDIT_MESSAGE_VALUE_TYPE_NUM 

Value is of the numeric type.