fix 272602 compress commit on clean db was not writing out .msf file, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@166149 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
79a2fc3e81
commit
baf1b1480d
@ -776,7 +776,7 @@ morkWriter::OnNothingDone(morkEnv* ev)
|
||||
{
|
||||
mWriter_Incremental = !mWriter_NeedDirtyAll; // opposites
|
||||
|
||||
if (!mWriter_Store->IsStoreDirty())
|
||||
if (!mWriter_Store->IsStoreDirty() && !mWriter_NeedDirtyAll)
|
||||
{
|
||||
mWriter_Phase = morkWriter_kPhaseWritingDone;
|
||||
return morkBool_kTrue;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user