• Sergey Vojtovich's avatar
    Applying InnoDB snapshot, fixes BUG#41609. · 6a4c518f
    Sergey Vojtovich authored
    Detailed revision comments:
    
    r6521 | marko | 2010-01-27 10:49:01 +0200 (Wed, 27 Jan 2010) | 17 lines
    branches/zip: Drop temporary tables at startup.
    This addresses the third aspect of Bug #41609.
    
    row_mysql_drop_temp_tables(): New function, to drop all temporary
    tables. These can be distinguished by the least significant bit of
    MIX_LEN. However, we will skip ROW_FORMAT=REDUNDANT tables, because in
    the records for those tables, that bit may be garbage.
    
    recv_recovery_from_checkpoint_finish(): Invoke
    row_mysql_drop_temp_tables().  Normally, if the .frm files for the
    temporary tables exist at startup, MySQL will ask InnoDB to drop the
    temporary tables.  However, if the files are deleted, for instance, by
    the boot scripts of the operating system, the tables would remain in
    the InnoDB data dictionary unless someone digs them up by
    innodb_table_monitor and creates .frm files for dropping the tables.
    
    rb://221 approved by Sunny Bains.
    6a4c518f
row0mysql.h 30.3 KB