MySQL 9.0.0
Source Code Documentation
_log_item_data Union Reference

#include <log_shared.h>

Public Attributes

longlong data_integer
 
double data_float
 
MYSQL_LEX_CSTRING data_string
 
MYSQL_LEX_STRING data_buffer
 

Member Data Documentation

◆ data_buffer

MYSQL_LEX_STRING _log_item_data::data_buffer

◆ data_float

double _log_item_data::data_float

◆ data_integer

longlong _log_item_data::data_integer

◆ data_string

MYSQL_LEX_CSTRING _log_item_data::data_string

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