129
129
if (from[0] == '#' && !strncmp(from, MYSQL50_TABLE_NAME_PREFIX,
130
130
MYSQL50_TABLE_NAME_PREFIX_LENGTH))
134
134
length= strconvert(system_charset_info, from,
135
135
&my_charset_filename, to, to_length, &errors);
136
136
if (check_if_legal_tablename(to) &&