MySQL 9.0.0
Source Code Documentation
|
#include <mysql/mysql_lex_string.h>
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... | |