| 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; |
no outgoing calls
no test coverage detected