• Marko Mäkelä's avatar
    MDEV-20307: Remove a useless debug check to save stack space · 0b36c27e
    Marko Mäkelä authored
    fil_space_encrypt(): Remove the debug check that decrypts the
    just encrypted page. We are exercising the decryption of encrypted
    pages enough via --suite=encryption,mariabackup. It is a waste of
    computing resources to decrypt every page immediately after encrypting it.
    
    The redundant check had been added in
    commit 2bedc397 (MDEV-9931).
    0b36c27e
fil0crypt.cc 70 KB