MySQL 8.4.2
Source Code Documentation
|
An implementation of mysql_thd_attributes service methods. More...
#include <mysql_thd_attributes_imp.h>
Static Public Member Functions | |
static mysql_service_status_t | get (THD *thd, const char *name, void *inout_pvalue) noexcept |
Reads a named THD attribute and returns its value. More... | |
static mysql_service_status_t | set (THD *thd, const char *name, void *inout_pvalue) noexcept |
Empty implementation. More... | |
An implementation of mysql_thd_attributes service methods.
|
staticnoexcept |
Reads a named THD attribute and returns its value.
|
staticnoexcept |
Empty implementation.