SQLite

Check-in [65fe7b62cf]
Login

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

Overview
Comment:Continuing work on the new memory allocation subsystem. Added routines for temporary memory allocation. Right the btree balance mechanism to only do one temporary allocation at a time. (CVS 5220)
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 65fe7b62cfe7d11cd667681a64c96fe7b2fe5685
User & Date: drh 2008-06-15 02:51:47.000
Context
2008-06-16
06:31
Add a test to verify that IN(...) WHERE clause terms are not handled by virtual table implemetations. (CVS 5221) (check-in: 85483c8fb3 user: danielk1977 tags: trunk)
2008-06-15
02:51
Continuing work on the new memory allocation subsystem. Added routines for temporary memory allocation. Right the btree balance mechanism to only do one temporary allocation at a time. (CVS 5220) (check-in: 65fe7b62cf user: drh tags: trunk)
2008-06-14
16:56
Continuing progress on the new memory allocation subsystem. Added the sqlite3_mem_methods structure for defining new memory allocators at run-time. (CVS 5219) (check-in: f00305f4cd user: drh tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/attach.c.
Changes to src/btree.c.
Changes to src/btreeInt.h.
Changes to src/build.c.
Changes to src/date.c.
Changes to src/func.c.
Changes to src/hash.c.
Changes to src/legacy.c.
Changes to src/malloc.c.
Changes to src/mem1.c.
Changes to src/mem2.c.
Changes to src/mutex.c.
Changes to src/mutex.h.
Changes to src/os.c.
Changes to src/pager.c.
Changes to src/prepare.c.
Changes to src/printf.c.
Changes to src/sqlite.h.in.
Changes to src/sqliteInt.h.
Changes to src/tokenize.c.
Changes to src/vdbe.c.
Changes to src/vdbeaux.c.
Changes to src/vdbefifo.c.
Changes to src/where.c.