• Thirunarayanan Balathandayuthapani's avatar
    Problem: · dc91372d
    Thirunarayanan Balathandayuthapani authored
    ========
    During ibd file creation, InnoDB flushes the page0 without crypt
    information. During recovery, InnoDB encounters encrypted page read
    before initialising the crypt data of the tablespace. So it leads t
    corruption of page and doesn't allow innodb to start.
    
    Solution:
    =========
    Write crypt_data information in page0 while creating .ibd file creation.
    During recovery, crypt_data will be initialised while processing
    MLOG_FILE_NAME redo log record.
    dc91372d
file_creation.opt 32 Bytes