mirror of https://github.com/MariaDB/server
Browse Source
Do not invalidate buffer pool while an LRU batch is active. Added code to buf_pool_invalidate() to wait for the running batches to finish. This patch also resets the state of buf_pool struct at invalidation. This addresses the concern where buf_pool->freed_page_clock becomes non-zero because we read in a system tablespace page for file format info at startup. Approved by: Markopull/73/head
1 changed files with 34 additions and 1 deletions
Loading…
Reference in new issue