]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Fix a typo in the walmode.test test script introducted yesterday.
authordrh <drh@noemail.net>
Sat, 1 May 2010 11:33:13 +0000 (11:33 +0000)
committerdrh <drh@noemail.net>
Sat, 1 May 2010 11:33:13 +0000 (11:33 +0000)
FossilOrigin-Name: dcabc90ca588281fa7a290972ec8af6816932489

manifest
manifest.uuid
test/walmode.test

index 43b0d3a2948cdf2fcfc09b0bbff1ffcd6e6abd29..173bd4ae6a09e0b4c5377c1681ba04a45414478a 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,8 +1,8 @@
 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA1
 
-C Fix\sthe\ssqlite3_mutex_alloc()\sinterface\sto\sreturn\sNULL\s(not\ssegfault)\swhen\noperating\sin\sthreadsafe\smode.\s\s(This\sis\sa\sgeneral-purpose\sbug\sfix\swhich\nreally\sought\sto\sbe\sported\sto\strunk.)
-D 2010-05-01T11:19:08
+C Fix\sa\stypo\sin\sthe\swalmode.test\stest\sscript\sintroducted\syesterday.
+D 2010-05-01T11:33:14
 F Makefile.arm-wince-mingw32ce-gcc fcd5e9cd67fe88836360bb4f9ef4cb7f8e2fb5a0
 F Makefile.in d83a0ffef3dcbfb08b410a6c6dd6c009ec9167fb
 F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654
@@ -765,7 +765,7 @@ F test/wal.test 830fc2d723fc4c55ef5666141e3a54e0cedd87e5
 F test/walbak.test f6fde9a5f59d0c697cb1f4af7876178c2f69a7ba
 F test/walcrash.test f022cee7eb7baa5fb898726120a6a4073dd831d1
 F test/walhook.test 287a69d662939604f2e0452dace2cec8ef634d5e
-F test/walmode.test 999be0fbee266ed618de780a6dadfca662d0f763
+F test/walmode.test 3150edf5e2b36afebc3c6f0dd63b76f91485ac4a
 F test/walslow.test 38076d5fad49e3678027be0f8110e6a32d531dc2
 F test/walthread.test 896b2377145e32fab024677d68f609df2f6e9bc6
 F test/where.test de337a3fe0a459ec7c93db16a519657a90552330
@@ -811,14 +811,14 @@ F tool/speedtest2.tcl ee2149167303ba8e95af97873c575c3e0fab58ff
 F tool/speedtest8.c 2902c46588c40b55661e471d7a86e4dd71a18224
 F tool/speedtest8inst1.c 293327bc76823f473684d589a8160bde1f52c14e
 F tool/vdbe-compress.tcl d70ea6d8a19e3571d7ab8c9b75cba86d1173ff0f
-P 63ea318eb19d264667909c70185b8a5cdc4454c0
-R 2100e665be505fa1cf8f47333c26bc0b
+P 64840a3caf569959c9d5e63bdbc0cf675fda3882
+R 21a564c0ac84f284e21a69521a141263
 U drh
-Z 344033a82b2442e0392cbcdded1532fa
+Z b4b7a879c871fd7cac60b2970ea4e35c
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.6 (GNU/Linux)
 
-iD8DBQFL3A4voxKgR168RlERAlUnAJ0S3R/Dfykt3Oi2UMidrwOa0L6Q6gCfe8MG
-dPCr8yJsMbepoEqgAok4Aos=
-=yH/M
+iD8DBQFL3BF9oxKgR168RlERApFnAJ9WZITqlHLHOJRSxljsAEpGgWWkPwCeKmEF
+oOhtURrWyUmr8iL/+kUvfZU=
+=vngs
 -----END PGP SIGNATURE-----
index 3bed7c55fb14f648c25584f2a546f599df135001..31a1f9b72453828a29deb68e202c4c177434ec19 100644 (file)
@@ -1 +1 @@
-64840a3caf569959c9d5e63bdbc0cf675fda3882
\ No newline at end of file
+dcabc90ca588281fa7a290972ec8af6816932489
\ No newline at end of file
index 4df00a350a8ff2049ca087014b4fba507e2978cf..5b3006cc78dc6a03f98a1bba0a6266d1d5b3bff3 100644 (file)
@@ -209,7 +209,7 @@ do_test walmode-5.2.5 {
 if {$TEMP_STORE>=2} {
   set tempJrnlMode memory
 } else {
-  set tempJrnlMode
+  set tempJrnlMode delete
 }
 do_test walmode-5.3.1 {
   sqlite3 db test.db