MySQL 9.1.0
Source Code Documentation
|
#include <sql_plugin_ref.h>
Public Attributes | |
LEX_CSTRING | name {nullptr, 0} |
st_mysql_plugin * | plugin {nullptr} |
st_plugin_dl * | plugin_dl {nullptr} |
uint | state {0} |
uint | ref_count {0} |
void * | data {nullptr} |
MEM_ROOT | mem_root |
sys_var * | system_vars {nullptr} |
enum_plugin_load_option | load_option |
void* st_plugin_int::data {nullptr} |
enum_plugin_load_option st_plugin_int::load_option |
MEM_ROOT st_plugin_int::mem_root |
LEX_CSTRING st_plugin_int::name {nullptr, 0} |
st_mysql_plugin* st_plugin_int::plugin {nullptr} |
st_plugin_dl* st_plugin_int::plugin_dl {nullptr} |
uint st_plugin_int::ref_count {0} |
uint st_plugin_int::state {0} |