]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Update a comment in sqliteLimit.h. No changes to code or tests.
authordan <dan@noemail.net>
Wed, 6 Apr 2011 12:38:10 +0000 (12:38 +0000)
committerdan <dan@noemail.net>
Wed, 6 Apr 2011 12:38:10 +0000 (12:38 +0000)
FossilOrigin-Name: b7296fd380319bcae26b1ac13f23e57a4852881b

manifest
manifest.uuid
src/sqliteLimit.h

index 6512a7cc40e844d833a8689a1c6a9c3d1ae10f73..037fe7503c45c14f630c38355e2386128aecc796 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Add\sconfigurations\sfeaturing\sthe\s-ftrapv\sswitch\sand\slarge\svalues\sfor\sSQLITE_MAX_ATTACHED\sto\sreleasetest.tcl.
-D 2011-04-06T12:37:09.027
+C Update\sa\scomment\sin\ssqliteLimit.h.\sNo\schanges\sto\scode\sor\stests.
+D 2011-04-06T12:38:10.774
 F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
 F Makefile.in 7a4d9524721d40ef9ee26f93f9bd6a51dba106f2
 F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
@@ -181,7 +181,7 @@ F src/shell.c a73b30067ec15f116d5d0c28880179898fbe3d0b
 F src/sqlite.h.in 923630d8249b66cf8a266dd53d4d094cace80164
 F src/sqlite3ext.h c90bd5507099f62043832d73f6425d8d5c5da754
 F src/sqliteInt.h 7b0150bfdab049b11bb2d055d065051ff734d113
-F src/sqliteLimit.h a17dcd3fb775d63b64a43a55c54cb282f9726f44
+F src/sqliteLimit.h 164b0e6749d31e0daa1a4589a169d31c0dec7b3d
 F src/status.c 7ac64842c86cec2fc1a1d0e5c16d3beb8ad332bf
 F src/table.c 2cd62736f845d82200acfa1287e33feb3c15d62e
 F src/tclsqlite.c 501c9a200fd998a268be475be5858febc90b725b
@@ -927,7 +927,7 @@ F tool/speedtest8.c 2902c46588c40b55661e471d7a86e4dd71a18224
 F tool/speedtest8inst1.c 293327bc76823f473684d589a8160bde1f52c14e
 F tool/split-sqlite3c.tcl d9be87f1c340285a3e081eb19b4a247981ed290c
 F tool/vdbe-compress.tcl d70ea6d8a19e3571d7ab8c9b75cba86d1173ff0f
-P 3eeb0ff78d04891b5fd1a3d99a9fb8cfbed77a81
-R 6a88c360447f99a69a5292d43478158d
+P 989588abf3e88e198b7224604d54f7dc24d2576f
+R df8c6a2d98809ce798e9e89087f711fe
 U dan
-Z 01815f1e39a9f88f53e178793e399240
+Z ed8624ce5f9af09e9f7b1c695a0cb10f
index ca45766f05430350e5587d873411e6cb2fcd9dae..c75e8ee2bd5c7b2cd34e45bea0cba58fb83885fe 100644 (file)
@@ -1 +1 @@
-989588abf3e88e198b7224604d54f7dc24d2576f
\ No newline at end of file
+b7296fd380319bcae26b1ac13f23e57a4852881b
\ No newline at end of file
index 62772cf0e6be72927eab22fdfa841c11870216ae..c7aee53cebca94da51e71a822ea5a6deb90385df 100644 (file)
 
 /*
 ** The maximum number of attached databases.  This must be between 0
-** and 30.  The upper bound on 30 is because a 32-bit integer bitmap
+** and 62.  The upper bound on 62 is because a 64-bit integer bitmap
 ** is used internally to track attached databases.
 */
 #ifndef SQLITE_MAX_ATTACHED