Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Modifications to the malloc failure tests to test transient and persistent failures. (CVS 4321) |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
e38ef81b85feb5bff2ad8448f3438ff0 |
User & Date: | danielk1977 2007-08-29 12:31:26.000 |
Context
2007-08-29
| ||
13:45 | Be careful to verify the schema cookie when running the xfer optimization on INSERT statements. (CVS 4322) (check-in: d8ef702417 user: drh tags: trunk) | |
12:31 | Modifications to the malloc failure tests to test transient and persistent failures. (CVS 4321) (check-in: e38ef81b85 user: danielk1977 tags: trunk) | |
04:00 | Better asserts(). But now some of the tests are busted again. (CVS 4320) (check-in: e8060f85e7 user: drh tags: trunk) | |
Changes
Changes to src/btree.c.
Changes to src/build.c.
Changes to src/callback.c.
Changes to src/expr.c.
Changes to src/func.c.
Changes to src/hash.c.
Changes to src/legacy.c.
Changes to src/malloc.c.
Changes to src/mem2.c.
Changes to src/pager.c.
Changes to src/pager.h.
Changes to src/prepare.c.
Changes to src/printf.c.
Changes to src/select.c.
Changes to src/sqlite.h.in.
Changes to src/sqliteInt.h.
Changes to src/test2.c.
Changes to src/test3.c.
Changes to src/test8.c.
Changes to src/test_malloc.c.
Changes to src/vacuum.c.
Changes to src/vdbe.c.
Changes to src/vdbeapi.c.
Changes to src/vdbeaux.c.
Changes to src/vdbemem.c.
Changes to src/vtab.c.
Changes to src/where.c.
Changes to test/capi3.test.
Changes to test/capi3c.test.
Changes to test/incrblob_err.test.
Changes to test/malloc.test.
Changes to test/malloc2.test.
Changes to test/malloc3.test.
Changes to test/malloc4.test.
Changes to test/mallocA.test.
Changes to test/mallocC.test.
Changes to test/malloc_common.tcl.
Changes to test/vtab_err.test.