• unknown's avatar
    Bug#27499 DROP TABLE race with SHOW TABLE STATUS · 09db4976
    unknown authored
    They can drop table after table names list creation and before table opening.
    We open non existing table and get ER_NO_SUCH_TABLE error.
    In this case we do not store the record into I_S table and clear error.
    
    
    sql/sql_show.cc:
      Hide error for not existing table
    09db4976
sql_show.cc 147 KB