]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Tweak the documentation for SQLITE_LIMIT_WORKER_THREADS. No changes to
authordrh <drh@noemail.net>
Mon, 1 Sep 2014 18:21:27 +0000 (18:21 +0000)
committerdrh <drh@noemail.net>
Mon, 1 Sep 2014 18:21:27 +0000 (18:21 +0000)
executable code.

FossilOrigin-Name: 672e7387b1bda8d007da7de4244226577d7ab2dc

manifest
manifest.uuid
src/sqlite.h.in

index cbe9919f0e57242a81a62266038ca8ef97f4d9cb..262cca23773ed00d47882beaec01ed12ea58f5b8 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Add\ssupport\sfor\susing\sseparate\sworker\sthreads\sto\sspeed\slarge\ssorts.\nThe\sSQLITE_MAX_WORKER_THREADS\sand\sSQLITE_DEFAULT_WORKER_THREADS\scompile-time\noptions\sand\sthe\sSQLITE_LIMIT_WORKER_THREADS\sargument\sto\s\nsqlite3_limit()\sand\sthe\s"PRAGMA\sthreads=N"\spragma\sare\sadded.
-D 2014-09-01T17:36:46.754
+C Tweak\sthe\sdocumentation\sfor\sSQLITE_LIMIT_WORKER_THREADS.\s\sNo\schanges\sto\nexecutable\scode.
+D 2014-09-01T18:21:27.480
 F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
 F Makefile.in cf57f673d77606ab0f2d9627ca52a9ba1464146a
 F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
@@ -225,7 +225,7 @@ F src/resolve.c 0ea356d32a5e884add23d1b9b4e8736681dd5697
 F src/rowset.c a9c9aae3234b44a6d7c6f5a3cadf90dce1e627be
 F src/select.c 89e569b263535662f54b537eb9118b2c554ae7aa
 F src/shell.c 713cef4d73c05fc8e12f4960072329d767a05d50
-F src/sqlite.h.in 74b42237f0d2b010779cc1b1a00190452b31a2ec
+F src/sqlite.h.in 43852c8b68b4c579948cb37182918078836c5c06
 F src/sqlite3.rc 992c9f5fb8285ae285d6be28240a7e8d3a7f2bad
 F src/sqlite3ext.h 886f5a34de171002ad46fae8c36a7d8051c190fc
 F src/sqliteInt.h 6244ee9052752e26d1275ab20c9b774385aa57d2
@@ -1193,8 +1193,7 @@ F tool/vdbe_profile.tcl 67746953071a9f8f2f668b73fe899074e2c6d8c1
 F tool/warnings-clang.sh f6aa929dc20ef1f856af04a730772f59283631d4
 F tool/warnings.sh 0abfd78ceb09b7f7c27c688c8e3fe93268a13b32
 F tool/win/sqlite.vsix deb315d026cc8400325c5863eef847784a219a2f
-P b0f6b91f36b503d8ba8d5257bb194f8c1afb4833 33fa0410499900dd8beb44b9a8ffbd9f4b68c8d8
-R 91d41afdb912bf253c979082c1abeeae
-T +closed 33fa0410499900dd8beb44b9a8ffbd9f4b68c8d8
+P b1c0f0bc1bd8a3477cd7a7ab510f0442ac88b517
+R e35acb2d59911a863984f6391f72c8a4
 U drh
-Z 8ac04e78c2df72246f6a97d0d813c221
+Z 81654d2ebb78f72eec51a460f9ce0ce5
index 754fc696d78ba6032797e959d933e4e557e512ea..870f68e99127291b921288e6e4ab0fd08f636e62 100644 (file)
@@ -1 +1 @@
-b1c0f0bc1bd8a3477cd7a7ab510f0442ac88b517
\ No newline at end of file
+672e7387b1bda8d007da7de4244226577d7ab2dc
\ No newline at end of file
index 103bb0a80cc8bd1709cfd6541e8ab83cf858d779..d446d2ea9859eba6431bf50ee60c2f662da5a931 100644 (file)
@@ -3075,8 +3075,8 @@ int sqlite3_limit(sqlite3*, int id, int newVal);
 ** <dd>The maximum depth of recursion for triggers.</dd>)^
 **
 ** [[SQLITE_LIMIT_WORKER_THREADS]] ^(<dt>SQLITE_LIMIT_WORKER_THREADS</dt>
-** <dd>The maximum number of separate worker threads that a single
-** [database connection] may start to help it with a computation.</dd>)^
+** <dd>The maximum number of auxiliary worker threads that a single
+** [prepared statement] may start.</dd>)^
 ** </dl>
 */
 #define SQLITE_LIMIT_LENGTH                    0