MySQL 8.3.0
Source Code Documentation
anonymous_namespace{table.cc} Namespace Reference

Functions

int hexchar_to_int (char c)
 convert a hex digit into number. More...
 
void unhex_type2 (TYPELIB *interval)
 Un-hex all elements in a typelib. More...
 

Function Documentation

◆ hexchar_to_int()

int anonymous_namespace{table.cc}::hexchar_to_int ( char  c)
inline

convert a hex digit into number.

◆ unhex_type2()

void anonymous_namespace{table.cc}::unhex_type2 ( TYPELIB interval)

Un-hex all elements in a typelib.

Parameters
[in]intervalTYPELIB (struct of pointer to values + lengths + count)
Note
This function is added to read .frm file in upgrade scenario. It should not be used any where else in the code. This function will be removed later.