MySQL数据库frm文件丢失会触发哪些错误?

相关错误号:

    Last_Errno: 1813
    Last_Error: Error 'Tablespace '`cjc`.`t1`' exists.' on query. Default database: 'cjc'. Query: 'create table t1(id int)'
    Last_Errno: 1051
    Last_Error: Error 'Unknown table 'cjc.t1'' on query. Default database: 'cjc'. Query: 'DROP TABLE `t1` /* generated by server */'
    ERROR 1030 (HY000): Got error 168 from storage engine
    ERROR 1813 (HY000): Tablespace '`cjc`.`t1`' exists.
    ERROR 1051 (42S02): Unknown table 'cjc.t1'