]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Reinitialize page 1 of the database file following a ROLLBACK TO of a
authordrh <drh@noemail.net>
Fri, 2 Jan 2009 21:08:09 +0000 (21:08 +0000)
committerdrh <drh@noemail.net>
Fri, 2 Jan 2009 21:08:09 +0000 (21:08 +0000)
commit9f0bbf9cae7b373fc5deae41d9f70d339cd20229
tree3c7f7662dd9332e87182ea3af0a4c53afd6dfc04
parent49b9d33892f1dbb4ce5f73ee5ee2df8051067c49
Reinitialize page 1 of the database file following a ROLLBACK TO of a
transactional SAVEPOINT on an initially empty database. (CVS 6103)

FossilOrigin-Name: 3e9efb763875b20c856d748c19e449080a3ae97c
manifest
manifest.uuid
src/btree.c
src/pager.c
src/vdbe.c
test/savepoint5.test [new file with mode: 0644]