Skip to content

Commit

Permalink
Fix candidate for XtraDB and row compressed tables.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Lindström committed Mar 25, 2014
1 parent a81f8fd commit f761835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/xtradb/buf/buf0flu.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1674,7 +1674,7 @@ buf_do_LRU_batch(
n->flushed = 0;
}

n->evicted += count;
n->flushed += count;
}

/*******************************************************************//**
Expand Down

0 comments on commit f761835

Please sign in to comment.