]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Do not call pager_open_journal() from within PagerBegin() if the connection is in...
authordan <dan@noemail.net>
Wed, 30 Jun 2010 04:36:03 +0000 (04:36 +0000)
committerdan <dan@noemail.net>
Wed, 30 Jun 2010 04:36:03 +0000 (04:36 +0000)
commit3ad5fd2502adb0b60da7e7019d6a0093b72ba7ac
tree18f962aff0face9e57a2b7e4e37aa47cb4f731fb
parentba3cbf3d4bdb09d6dacf52e9232b903b5c6a1c14
Do not call pager_open_journal() from within PagerBegin() if the connection is in exclusive-access mode. It will be called from within PagerWrite() just as it is for non-exclusive mode anyway.

FossilOrigin-Name: cdf2c5c2dd2e4404ffb85a680d31307afea266eb
manifest
manifest.uuid
src/pager.c