1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-09 22:24:09 +03:00

Fix candidate for XtraDB and row compressed tables.

This commit is contained in:
Jan Lindström
2014-03-25 21:31:27 +02:00
parent a81f8fd580
commit f761835b5c

View File

@@ -1674,7 +1674,7 @@ buf_do_LRU_batch(
n->flushed = 0;
}
n->evicted += count;
n->flushed += count;
}
/*******************************************************************//**