• Jan Lindström's avatar
    MDEV-9559: Server without encryption configs crashes if selecting from an... · 36ca65b7
    Jan Lindström authored
    MDEV-9559: Server without encryption configs crashes if selecting from an implicitly encrypted table
    
    There was two problems. Firstly, if page in ibuf is encrypted but
    decrypt failed we should not allow InnoDB to start because
    this means that system tablespace is encrypted and not usable.
    Secondly, if page decrypt is detected we should return false
    from buf_page_decrypt_after_read.
    36ca65b7
dict0boot.cc 14.6 KB