mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
MDEV-8523: InnoDB: Assertion failure in file buf0buf.cc line 5963 (Failing assertion: key_version == 0 || key_version >= bpage->key_version)
This commit is contained in:
parent
6b36fb96f1
commit
5e7f100bf5
2 changed files with 2 additions and 4 deletions
|
|
@ -6206,8 +6206,7 @@ buf_page_encrypt_before_write(
|
|||
zip_size,
|
||||
dst_frame);
|
||||
|
||||
unsigned key_version =
|
||||
mach_read_from_4(dst_frame + FIL_PAGE_FILE_FLUSH_LSN_OR_KEY_VERSION);
|
||||
ulint key_version = mach_read_from_4(dst_frame + FIL_PAGE_FILE_FLUSH_LSN_OR_KEY_VERSION);
|
||||
ut_ad(key_version == 0 || key_version >= bpage->key_version);
|
||||
bpage->key_version = key_version;
|
||||
bpage->real_size = page_size;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue