SQLite

Check-in [b31c49021c]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:The BTree code compiles and links now, but it does not work yet. (CVS 226)
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: b31c49021c260a67b7848bc077b75a7146e31c71
User & Date: drh 2001-06-22 19:15:00.000
Context
2001-06-23
11:36
Fix a bug in pager.c introduced in the previous delta. (CVS 227) (check-in: f4df666403 user: drh tags: trunk)
2001-06-22
19:15
The BTree code compiles and links now, but it does not work yet. (CVS 226) (check-in: b31c49021c user: drh tags: trunk)
2001-06-10
19:56
All BTree code is in place. Now we just have to make it work. (CVS 225) (check-in: d4be4709ee user: drh tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to Makefile.in.
Changes to src/btree.c.
Changes to src/btree.h.
Changes to src/pager.c.
Changes to src/pager.h.
Changes to src/tclsqlite.c.
Changes to src/test3.c.