• Jan Lindström's avatar
    MDEV-12623: InnoDB: Failing assertion: kv == 0 · 935a1c67
    Jan Lindström authored
    || kv >= crypt_data->min_key_version,
    encryption.innodb_encryption_tables failed in buildbot.
    
    Now that key_version is not stored when page is read to
    buf_page_t::key_version but always read from actual page
    this assertion is not always valid.
    935a1c67
fil0crypt.cc 71.4 KB