MySQL 8.4.0
Source Code Documentation
mysql_event_tracking_message_key_value_t Struct Reference

Structure that stores key-value pair of the Message event. More...

#include <event_tracking_message_defs.h>

Public Attributes

mysql_cstring_with_length key
 Key element. More...
 
mysql_event_tracking_message_value_type_t value_type
 Value element type. More...
 
union {
   mysql_cstring_with_length   str
 String element. More...
 
   long long   num
 Numeric element. More...
 
value
 Value element. More...
 

Detailed Description

Structure that stores key-value pair of the Message event.

Member Data Documentation

◆ key

mysql_cstring_with_length mysql_event_tracking_message_key_value_t::key

Key element.

◆ num

long long mysql_event_tracking_message_key_value_t::num

Numeric element.

◆ str

mysql_cstring_with_length mysql_event_tracking_message_key_value_t::str

String element.

◆ 

union { ... } mysql_event_tracking_message_key_value_t::value

Value element.

◆ value_type

mysql_event_tracking_message_value_type_t mysql_event_tracking_message_key_value_t::value_type

Value element type.


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