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

Merge updates from trunk.

FossilOrigin-Name: cc28106e5c196c0a9678fbbd06f6afd49271a8e8
This commit is contained in:
drh
2016-04-21 15:03:37 +00:00
14 changed files with 108 additions and 36 deletions

View File

@@ -7347,6 +7347,7 @@ int sqlite3PagerCloseWal(Pager *pPager){
pPager->pageSize, (u8*)pPager->pTmpSpace);
pPager->pWal = 0;
pagerFixMaplimit(pPager);
if( rc && !pPager->exclusiveMode ) pagerUnlockDb(pPager, SHARED_LOCK);
}
}
return rc;