MDEV-6937: buf_flush_LRU() does not return correct number in case of
compressed pages buf_flush_LRU() returns the number of pages processed. There are two types of processing that can happen. A page can get evicted or a page can get flushed. These two numbers are quite distinct and should not be mixed.
Showing
Please register or sign in to comment