| 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 | /** |