MCPcopy Create free account
hub / github.com/MariaDB/server / cast_pluginvar

Method cast_pluginvar

sql/sql_plugin.cc:318–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

316 st_plugin_int *p, st_mysql_sys_var *plugin_var_arg,
317 const char *substitute);
318 sys_var_pluginvar *cast_pluginvar() override { return this; }
319 uchar* real_value_ptr(THD *thd, enum_var_type type) const;
320 TYPELIB* plugin_var_typelib(void) const;
321 const uchar* do_value_ptr(THD *thd, enum_var_type type, const LEX_CSTRING *base) const;

Callers 2

find_sys_varFunction · 0.45
find_plugin_sysvarFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected