merge with cassandra-0.4 branch

git-svn-id: https://svn.apache.org/repos/asf/incubator/cassandra/trunk@834351 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Chris Goffinet 2009-11-10 05:18:54 +00:00
parent d97be8f5e4
commit 4d44ddfc99
1 changed files with 1 additions and 1 deletions

View File

@ -443,7 +443,7 @@ public final class ColumnFamilyStore implements ColumnFamilyStoreMBean
public void forceFlushBinary()
{
if (memtable_.isClean())
if (binaryMemtable_.get().isClean())
return;
submitFlush(binaryMemtable_.get());