]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Move the 'busy-callback' logic to the pager layer. (CVS 1527)
authordanielk1977 <danielk1977@noemail.net>
Fri, 4 Jun 2004 06:22:00 +0000 (06:22 +0000)
committerdanielk1977 <danielk1977@noemail.net>
Fri, 4 Jun 2004 06:22:00 +0000 (06:22 +0000)
commit24162fe668d3b1592a151c36bb7f4d1e69a19bf2
tree35081a1f6de493b64155cd5ecb8c215bc985945b
parent13adf8a0716f0fa05c42fcedcf9a210aefa22b08
Move the 'busy-callback' logic to the pager layer. (CVS 1527)

FossilOrigin-Name: ff70b6d2b60c143e3ada0606ceff97571998c7e3
12 files changed:
manifest
manifest.uuid
src/btree.c
src/btree.h
src/main.c
src/pager.c
src/pager.h
src/sqliteInt.h
src/test2.c
src/test3.c
src/test5.c
src/vdbe.c