• Michael Widenius's avatar
    Fixed bug where automaticly zerofilled table was not part of recovery if crash... · 9d0ea0ab
    Michael Widenius authored
    Fixed bug where automaticly zerofilled table was not part of recovery if crash happended before next checkpoint.
    
    
    mysql-test/suite/maria/r/maria-autozerofill.result:
      Updated test case
    storage/maria/ha_maria.cc:
      Write create_rename_lsn for auto_zerofilled tables.
    storage/maria/ma_delete.c:
      Added DBUG_ASSERT() to find errors when deleting pages.
    storage/maria/ma_locking.c:
      Fixed typo
    storage/maria/ma_open.c:
      Don't regard file as movable if create_rename_lsn is not LSN_NEEDS_NEW_STATE_LSNS
    9d0ea0ab
ha_maria.cc 117 KB