![]()  | 
  
    MySQL 8.4.7
    
   Source Code Documentation 
   | 
 
Structure that stores key-value pair of the MYSQL_AUDIT_MESSAGE_CLASS event class. More...
#include <plugin_audit_message_types.h>
Public Attributes | |
| MYSQL_LEX_CSTRING | key | 
| Key element.  More... | |
| mysql_event_message_value_type_t | value_type | 
| Value element type.  More... | |
| union { | |
| MYSQL_LEX_CSTRING str | |
| String element.  More... | |
| long long num | |
| Numeric element.  More... | |
| } | value | 
| Value element.  More... | |
Structure that stores key-value pair of the MYSQL_AUDIT_MESSAGE_CLASS event class.
| MYSQL_LEX_CSTRING mysql_event_message_key_value_t::key | 
Key element.
| long long mysql_event_message_key_value_t::num | 
Numeric element.
| MYSQL_LEX_CSTRING mysql_event_message_key_value_t::str | 
String element.
| union { ... } mysql_event_message_key_value_t::value | 
Value element.
| mysql_event_message_value_type_t mysql_event_message_key_value_t::value_type | 
Value element type.