• Marko Mäkelä's avatar
    MDEV-15053 follow-up to reduce buf_pool.mutex contention · 1b01833a
    Marko Mäkelä authored
    buf_LRU_make_block_young(): Merge with buf_page_make_young().
    
    buf_pool_check_no_pending_io(): Remove. Replaced with
    buf_pool.any_io_pending() and buf_pool.io_pending(),
    which do not unnecessarily acquire buf_pool.mutex.
    
    buf_pool_t::init_flush[]: Use atomic access, so that
    buf_flush_wait_LRU_batch_end() can avoid acquiring buf_pool.mutex.
    
    buf_pool_t::try_LRU_scan: Declare as bool.
    1b01833a
log0log.cc 49.3 KB