diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2020-10-16 22:02:54 +0300 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2020-10-16 22:02:54 +0300 |
commit | 6dc037a9d1af3ab56db7bf1dc69f6c46278a9224 (patch) | |
tree | 18da90684a93f44696e1280678e6cd686b721446 /debian | |
parent | bdbec5a2e9455dd8765900d220b5fcb12396e05a (diff) | |
download | mariadb-git-6dc037a9d1af3ab56db7bf1dc69f6c46278a9224.tar.gz |
MDEV-23399 fixup: Remove double-free of a buffer page
In commit 7cffb5f6e8a231a041152447be8980ce35d2c9b8 we changed the
interface of buf_page_create() so that the free_block is allocated
by the caller. Both calls to buf_LRU_block_free_non_file_page()
should have been removed.
This caused an assertion failure 'block->page.state() == BUF_BLOCK_MEMORY'
in buf_LRU_block_free_non_file_page().
The bug only affected ROW_FORMAT=COMPRESSED pages.
Diffstat (limited to 'debian')
0 files changed, 0 insertions, 0 deletions