SQLite

Check-in [29c5e8a7c9]
Login

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

Overview
Comment:Query or change the maximum number of worker threads allowed on each database connection separately using the "PRAGMA threads" command.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | threads
Files: files | file ages | folders
SHA1: 29c5e8a7c9d7ce349a1e1d72082d23450e877b45
User & Date: drh 2014-08-25 15:13:22.455
Context
2014-08-25
22:43
Merge the CAST operator enhancements from trunk. (check-in: 6c8f86e4e0 user: drh tags: threads)
15:13
Query or change the maximum number of worker threads allowed on each database connection separately using the "PRAGMA threads" command. (check-in: 29c5e8a7c9 user: drh tags: threads)
13:27
Merge the recent performance enhancements implemented on trunk into the threads branch. (check-in: dfdc900f5d user: drh tags: threads)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/pragma.c.
Changes to src/shell.c.
Changes to src/sqliteInt.h.
Changes to src/vdbesort.c.
Changes to tool/mkpragmatab.tcl.