]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Do not sync any files in wal mode if "PRAGMA synchronous=off" is set. If files are...
authordan <dan@noemail.net>
Sat, 17 Apr 2010 17:34:41 +0000 (17:34 +0000)
committerdan <dan@noemail.net>
Sat, 17 Apr 2010 17:34:41 +0000 (17:34 +0000)
commitc511878955599619f021a91ddfc05e22d8cbf668
treec7689490749b65be8f0939f982408bf1e0d7d871
parentdea0a850918d4dc553271209cc4920a424f7d2ca
Do not sync any files in wal mode if "PRAGMA synchronous=off" is set. If files are synced, pass either SQLITE_SYNC_FULL or SQLITE_SYNC_NORMAL to the xSync() callback as configured by "PRAGMA fullfsync".

FossilOrigin-Name: 0ae91b0008b242a47385fc1f295c6b645483ee22
manifest
manifest.uuid
src/log.c
src/log.h
src/pager.c