]> git.ipfire.org Git - thirdparty/sqlite.git/commit
If "PRAGMA integrity_check" is run while the database is being written by a CONCURREN...
authordan <dan@noemail.net>
Tue, 25 Aug 2015 17:16:33 +0000 (17:16 +0000)
committerdan <dan@noemail.net>
Tue, 25 Aug 2015 17:16:33 +0000 (17:16 +0000)
commit57888f73007001d764dcb950cf5d862dbee30eb4
treec0d9647acbd91bb1ed4ff0eb19c22c7af4f195cf
parent4073b26a20526e08ddadd3137d641cb8b6a627ae
If "PRAGMA integrity_check" is run while the database is being written by a CONCURRENT transaction, do not consider unreferenced pages to be an error. They may be part of the free-page list, which is not visible at the b-tree layer when running a CONCURRENT transaction.

FossilOrigin-Name: f32b57b49311693eb0c0c9f6f14859e7b1fa93d8
manifest
manifest.uuid
src/btree.c
test/concurrent2.test