SQLite

Check-in [e15f47064b]
Login

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

Overview
Comment:Fix some broken asserts in btree.c and vdbeaux.c that may fail following an OOM error.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | threads
Files: files | file ages | folders
SHA1: e15f47064bef431c0afd8bf93eb4e160c23ad562
User & Date: dan 2014-05-02 17:12:41.912
Context
2014-05-02
18:05
Merge orderby-planning with this branch. (check-in: d9549de317 user: dan tags: threads)
17:12
Fix some broken asserts in btree.c and vdbeaux.c that may fail following an OOM error. (check-in: e15f47064b user: dan tags: threads)
16:03
Remove a faulty assert() from vdbesort.c. (check-in: d95d68aa1d user: dan tags: threads)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/btree.c.
Changes to src/vdbeaux.c.
Changes to test/malloc.test.