| 976 | typelib.type_names); |
| 977 | } |
| 978 | uchar *global_value_ptr(THD *thd, LEX_STRING *base) |
| 979 | { |
| 980 | return (uchar*)flagset_to_string(thd, 0, global_var(ulonglong), |
| 981 | typelib.type_names); |
| 982 | } |
| 983 | }; |
| 984 | |
| 985 | /** |
nothing calls this directly
no test coverage detected