-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-C Updates\sto\sdocumentation\son\sthe\sC\sinterfaces\ssupporting\sWAL.\s\sNo\sfunctional\nchanges\sto\scode.
-D 2010-05-07T13:57:12
+C Additional\stweaks\sto\sAPI\sdocumentation.\s\sNo\sfunctional\scode\schanges.
+D 2010-05-07T18:23:25
F Makefile.arm-wince-mingw32ce-gcc fcd5e9cd67fe88836360bb4f9ef4cb7f8e2fb5a0
F Makefile.in a5cad1f8f3e021356bfcc6c77dc16f6f1952bbc3
F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654
F src/rowset.c 69afa95a97c524ba6faf3805e717b5b7ae85a697
F src/select.c c03d8a0565febcde8c6a12c5d77d065fddae889b
F src/shell.c fd4ccdb37c3b68de0623eb938a649e0990710714
-F src/sqlite.h.in 72407bf49d35744cbfd13f6d51f1a03b15c5f263
+F src/sqlite.h.in aa54957165356be128b9c8baf3fc66592cb2da7f
F src/sqlite3ext.h 69dfb8116af51b84a029cddb3b35062354270c89
F src/sqliteInt.h 9819b45610abeca390176243a9a31758c1f0ac7a
F src/sqliteLimit.h 196e2f83c3b444c4548fc1874f52f84fdbda40f3
F tool/speedtest8.c 2902c46588c40b55661e471d7a86e4dd71a18224
F tool/speedtest8inst1.c 293327bc76823f473684d589a8160bde1f52c14e
F tool/vdbe-compress.tcl d70ea6d8a19e3571d7ab8c9b75cba86d1173ff0f
-P 79b52d0ff7a7b717bde55b97ff05ad17418bc7d7
-R cf887097965d8442a23107a6bcf8ae69
+P 681ba20cf077e9a0fccd51ed50101ad0f2c67eb3
+R d93fe5d7a022d828466356fc5c3d115a
U drh
-Z 3287b7b783eafdd741af3505682fd853
+Z b6f25889c2827c3df48865eb571dc2c2
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
-iD8DBQFL5Bw7oxKgR168RlERAnMgAJ97SOKasZYbinquvGNYLuxkfkXlhgCfSe8C
-y1iASut6U+xw7S/tf+oygHc=
-=Uyfx
+iD8DBQFL5FqjoxKgR168RlERAkpDAKCLOKLETC2lxFAjTa52s6k4khvc8QCfas5Z
+/QOnAmlom2QxcknPDDqWyas=
+=uwDy
-----END PGP SIGNATURE-----
** ^The [sqlite3_wal_checkpoint(D,X)] interface causes database named X
** on [database connection] D to be [checkpointed]. ^If X is NULL or an
** empty string, then a checkpoint is run on all databases of
-** connection D. If the database connection D is not in
+** connection D. ^If the database connection D is not in
** [WAL | write-ahead log mode] then this interface is a harmless no-op.
**
-** The [wal_checkpoint pragma] can be used to invoke this interface
-** from SQL. The [sqlite3_wal_autocheckpoint()] interface and the
+** ^The [wal_checkpoint pragma] can be used to invoke this interface
+** from SQL. ^The [sqlite3_wal_autocheckpoint()] interface and the
** [wal_autocheckpoint pragma] can be used to cause this interface to be
** run whenever the WAL reaches a certain size threshold.
*/