]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Cause opening a transaction on a sharable b-tree module automatically obtain a read...
authordanielk1977 <danielk1977@noemail.net>
Thu, 2 Jul 2009 07:47:33 +0000 (07:47 +0000)
committerdanielk1977 <danielk1977@noemail.net>
Thu, 2 Jul 2009 07:47:33 +0000 (07:47 +0000)
commit602b466e99d3b18eeffff19ee13eca2ef41f3131
treee8b91c331aaf7ae70c3ea8a0e8af720b83ac9021
parent325ccfa90e36c8607a5acddaffb25e408013fe05
Cause opening a transaction on a sharable b-tree module automatically obtain a read-lock on page 1. This means there is no way for sqlite3BtreeGetMeta() to fail. (CVS 6836)

FossilOrigin-Name: e3c055f167f895ae45858de9d9d8a264df2f36b6
12 files changed:
manifest
manifest.uuid
src/backup.c
src/btree.c
src/btree.h
src/btreeInt.h
src/pragma.c
src/prepare.c
src/test3.c
src/vacuum.c
src/vdbe.c
src/vdbeblob.c