MySQL 9.1.0
Source Code Documentation
log_attribute_value Struct Reference

#include <server_telemetry_attribute_bits.h>

Public Attributes

bool bool_value
 
int32_t int32_value
 
uint32_t uint32_value
 
int64_t int64_value
 
uint64_t uint64_value
 
double double_value
 
const char * string_value
 
size_t string_length
 

Member Data Documentation

◆ bool_value

bool log_attribute_value::bool_value

◆ double_value

double log_attribute_value::double_value

◆ int32_value

int32_t log_attribute_value::int32_value

◆ int64_value

int64_t log_attribute_value::int64_value

◆ string_length

size_t log_attribute_value::string_length

◆ string_value

const char* log_attribute_value::string_value

◆ uint32_value

uint32_t log_attribute_value::uint32_value

◆ uint64_value

uint64_t log_attribute_value::uint64_value

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