• bar@mysql.com's avatar
    Bug#25081 SHOW FULL TABLES on table with latin chars in name fails · f3156a18
    bar@mysql.com authored
    Problem: The Table_type column of "SHOW FULL TABLES" displayed
    "ERROR" instead of "BASE TABLE" for tables having non-ascii
    characters in their names.
    Reason: tablename to filename encoding was missing, so
    mysql_frm_type() tried to open a wrong file name.
    
    Fix: adding tablename to filename encoding
    f3156a18
sql_show.cc 190 KB