914
914
innobase_convert_from_table_id(
915
915
/*===========================*/
917
917
char* to, /* out: converted identifier */
918
918
const char* from, /* in: identifier to convert */
919
919
ulint len) /* in: length of 'to', in bytes */
923
strconvert(cs, from, &my_charset_filename, to, (uint) len, &errors);
926
924
/**********************************************************************