Update a comment in sqliteLimit.h. No changes to code or tests.
FossilOrigin-Name: b7296fd380319bcae26b1ac13f23e57a4852881b
This commit is contained in:
parent
56089737c1
commit
6d59c2c1c2
12
manifest
12
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
|
||||
|
@ -1 +1 @@
|
||||
989588abf3e88e198b7224604d54f7dc24d2576f
|
||||
b7296fd380319bcae26b1ac13f23e57a4852881b
|
@ -118,7 +118,7 @@
|
||||
|
||||
/*
|
||||
** 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
|
||||
|
Loading…
Reference in New Issue
Block a user