• heikki@hundin.mysql.fi's avatar
    row0mysql.c: · 05433202
    heikki@hundin.mysql.fi authored
      If one tries to drop an InnoDB table without an .ibd file, print to .err log that we DID remove the table from the internal data dictionary of InnoDB, and return DB_SUCCESS so that MySQL will delete the .frm file; the drawback in this is that then DROP TABLE returns success, and the user is not alerted; maybe it could return a warning
    05433202
row0mysql.c 86.5 KB