diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2020-06-03 14:07:30 +0300 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2020-06-03 14:13:16 +0300 |
commit | 58d2d82022ca569f7bb913e60993ebf2299d58ca (patch) | |
tree | 74165d3aa1ba0efdf6d393c89e65465e7b8a6674 /man | |
parent | 463a8fc5fd8890047159f59b58d295248987265e (diff) | |
download | mariadb-git-58d2d82022ca569f7bb913e60993ebf2299d58ca.tar.gz |
MDEV-22710 Assertion ...status != buf_page_t::FREED in ibuf_remove_free_page()
The buf_page_free() call that was introduced in MDEV-15528 was
performed too early in fseg_free_page(), tripping a debug check
in ibuf_remove_free_page(). In all other callers, we can (and will)
invoke buf_page_free() right after fseg_free_page(), but in
ibuf_remove_free_page() we will defer that call to the end of the
mini-transaction. (That call was already present.)
Diffstat (limited to 'man')
0 files changed, 0 insertions, 0 deletions