MySQL 8.0.40
Source Code Documentation
|
STRUCT st_persist_var. More...
#include <persisted_variable.h>
Public Member Functions | |
st_persist_var () | |
st_persist_var (THD *thd) | |
st_persist_var (const std::string key, const std::string value, const ulonglong timestamp, const std::string user, const std::string host, const bool is_null) | |
bool | operator== (const st_persist_var &persist_var) const |
Public Attributes | |
std::string | key |
std::string | value |
ulonglong | timestamp |
std::string | user |
std::string | host |
bool | is_null |
STRUCT st_persist_var.
This structure represents information of a variable which is to be persisted in mysql-auto.cnf file.
st_persist_var::st_persist_var | ( | ) |
st_persist_var::st_persist_var | ( | THD * | thd | ) |
st_persist_var::st_persist_var | ( | const std::string | key, |
const std::string | value, | ||
const ulonglong | timestamp, | ||
const std::string | user, | ||
const std::string | host, | ||
const bool | is_null | ||
) |
|
inline |
std::string st_persist_var::host |
bool st_persist_var::is_null |
std::string st_persist_var::key |
ulonglong st_persist_var::timestamp |
std::string st_persist_var::user |
std::string st_persist_var::value |