]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Remove the SQLITE_CONFIG_WORKER_THREADS configuration parameter. The number
authordrh <drh@noemail.net>
Mon, 25 Aug 2014 23:44:44 +0000 (23:44 +0000)
committerdrh <drh@noemail.net>
Mon, 25 Aug 2014 23:44:44 +0000 (23:44 +0000)
commit028696c4cc1f4bddcd376d3a290415f7eb67526e
tree97afe85907e7eda8353b65cd7653bf8626872483
parent6c4ec84256b48ec243b991fbe8d419abfa345025
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.

FossilOrigin-Name: e3305d4b4efcbe06945ce7f6ec0f2e864244aaf9
14 files changed:
manifest
manifest.uuid
src/global.c
src/main.c
src/pragma.c
src/shell.c
src/sqlite.h.in
src/sqliteInt.h
src/test_malloc.c
src/vdbesort.c
test/sort.test
test/sort2.test
test/sort4.test
test/sortfault.test