MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / global_value_ptr

Method global_value_ptr

sql/sys_vars.h:1151–1156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1149 plugin_name(plugin)->length) : 0);
1150 }
1151 uchar *global_value_ptr(THD *thd, LEX_STRING *base)
1152 {
1153 plugin_ref plugin= global_var(plugin_ref);
1154 return (uchar*)(plugin ? thd->strmake(plugin_name(plugin)->str,
1155 plugin_name(plugin)->length) : 0);
1156 }
1157};
1158
1159/**

Callers

nothing calls this directly

Calls 1

strmakeMethod · 0.80

Tested by

no test coverage detected