SQLite

Check-in [e3305d4b4e]
Login

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

Overview
Comment:Remove the SQLITE_CONFIG_WORKER_THREADS configuration parameter. The number of worker threads in the sorter is now determined only by the PRAGMA threads=N setting.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | threads
Files: files | file ages | folders
SHA1: e3305d4b4efcbe06945ce7f6ec0f2e864244aaf9
User & Date: drh 2014-08-25 23:44:44.281
Context
2014-08-29
14:40
Merge recent performance enhancements from trunk onto the threads branch. (check-in: 35c44a3c73 user: drh tags: threads)
2014-08-25
23:44
Remove the SQLITE_CONFIG_WORKER_THREADS configuration parameter. The number of worker threads in the sorter is now determined only by the PRAGMA threads=N setting. (check-in: e3305d4b4e user: drh tags: threads)
22:43
Merge the CAST operator enhancements from trunk. (check-in: 6c8f86e4e0 user: drh tags: threads)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/global.c.
Changes to src/main.c.
Changes to src/pragma.c.
Changes to src/shell.c.
Changes to src/sqlite.h.in.
Changes to src/sqliteInt.h.
Changes to src/test_malloc.c.
Changes to src/vdbesort.c.
Changes to test/sort.test.
Changes to test/sort2.test.
Changes to test/sort4.test.
Changes to test/sortfault.test.