| 1077 | typelib.type_names); |
| 1078 | } |
| 1079 | uchar *global_value_ptr(THD *thd, LEX_STRING *base) |
| 1080 | { |
| 1081 | return (uchar*)set_to_string(thd, 0, global_var(ulonglong), |
| 1082 | typelib.type_names); |
| 1083 | } |
| 1084 | }; |
| 1085 | |
| 1086 | /** |
nothing calls this directly
no test coverage detected