1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-08 14:02:16 +03:00

Add further tests for wal2 mode.

FossilOrigin-Name: 54e628f902a5508badc8941ceda1bec12fe8f58969c91c670a37888ef2681880
This commit is contained in:
dan
2018-12-14 19:53:39 +00:00
parent 597bf19266
commit e698c1f79e
6 changed files with 180 additions and 14 deletions

View File

@@ -1532,7 +1532,7 @@ static int walIndexRecoverOne(Wal *pWal, int iWal, u32 *pnCkpt, int *pbZero){
}
sqlite3_free(aFrame);
}else if( pbZero && nSize==0 ){
}else if( pbZero ){
*pbZero = 1;
}
}