From f761835b5c13158fd958a5239b346daa09b06cc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Lindstr=C3=B6m?= Date: Tue, 25 Mar 2014 21:31:27 +0200 Subject: [PATCH] Fix candidate for XtraDB and row compressed tables. --- storage/xtradb/buf/buf0flu.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/xtradb/buf/buf0flu.cc b/storage/xtradb/buf/buf0flu.cc index 7b502ae3eea..53ac9bb9cc7 100644 --- a/storage/xtradb/buf/buf0flu.cc +++ b/storage/xtradb/buf/buf0flu.cc @@ -1674,7 +1674,7 @@ buf_do_LRU_batch( n->flushed = 0; } - n->evicted += count; + n->flushed += count; } /*******************************************************************//**