SQLite

Check-in [4ced2394b1]
Login

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

Overview
Comment:Add the SQLITE_OMIT_MERGE_SORT pre-processor directive. To omit the code in vdbesort.c.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | experimental
Files: files | file ages | folders
SHA1: 4ced2394b10d0a4f86422ff893bcdf3cf32591e3
User & Date: dan 2011-08-12 15:02:00.509
Context
2011-08-12
16:11
Remove an unused parameter from a function in vdbesort.c. Fix some comments and other details in the same file. (check-in: 1a8498d803 user: dan tags: experimental)
15:02
Add the SQLITE_OMIT_MERGE_SORT pre-processor directive. To omit the code in vdbesort.c. (check-in: 4ced2394b1 user: dan tags: experimental)
11:59
Add tests to improve coverage of vdbesort.c. (check-in: 87a15917d7 user: dan tags: experimental)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/build.c.
Changes to src/ctime.c.
Changes to src/test_config.c.
Changes to src/vdbe.c.
Changes to src/vdbeInt.h.
Changes to src/vdbesort.c.
Changes to test/indexfault.test.