]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Allocate a buffer containing the full path-name to the associated WAL file when a...
authordan <dan@noemail.net>
Mon, 5 Jul 2010 19:03:35 +0000 (19:03 +0000)
committerdan <dan@noemail.net>
Mon, 5 Jul 2010 19:03:35 +0000 (19:03 +0000)
commit3e875ef3b5f081c668c0cb214edb1b2c06f6c501
tree364301470fcfbfb6625bebf5f3ab0cf3d7a5c175
parent8220da7b8b1a9450607ea78266cd78110a318970
Allocate a buffer containing the full path-name to the associated WAL file when a pager is created. This saves having to construct a new buffer each time a new read-transaction is opened and SQLite checks for the existance of a WAL file.

FossilOrigin-Name: 3053a4ad15343a56efa430503797b77bb6d1e770
manifest
manifest.uuid
src/pager.c
src/wal.c