• Marko Mäkelä's avatar
    MDEV-23017: Regression due to unwanted read-ahead · 0fe97c20
    Marko Mäkelä authored
    MDEV-15053 inadvertently inverted the condition for invoking
    buf_read_ahead_linear().
    
    buf_page_get_low(): Apply the correct condition.
    
    buf_page_optimistic_get(): Remove the read-ahead altogether.
    This function should never access a block for the first time.
    0fe97c20
buf0buf.cc 141 KB