]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Improved comment on the sharedB.test test script. fix-stale-keyinfo-cache
authordrh <drh@noemail.net>
Fri, 5 Dec 2014 14:34:30 +0000 (14:34 +0000)
committerdrh <drh@noemail.net>
Fri, 5 Dec 2014 14:34:30 +0000 (14:34 +0000)
FossilOrigin-Name: 71f589e3f82a07513425e212072f32748c0732d4

manifest
manifest.uuid
test/sharedB.test

index 1c55723bc426eba3056bec4cdc000808bcc413ba..48f0747ab82a8ae2f44bfc7f5bb64241a999b3cb 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Test\scase\sdemonstrating\sthe\sproblem\sdescribed\sby\nticket\s[e4a18565a36884b00edf].
-D 2014-12-05T14:07:53.311
+C Improved\scomment\son\sthe\ssharedB.test\stest\sscript.
+D 2014-12-05T14:34:30.550
 F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
 F Makefile.in 6c4f961fa91d0b4fa121946a19f9e5eac2f2f809
 F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
@@ -846,7 +846,7 @@ F test/shared7.test a81e99f83e6c51b02ac99c96fb3a2a7b5978c956
 F test/shared8.test 00a07bf5e1337ecf72e94542bdefdc330d7a2538
 F test/shared9.test 5f2a8f79b4d6c7d107a01ffa1ed05ae7e6333e21
 F test/sharedA.test 0cdf1a76dfa00e6beee66af5b534b1e8df2720f5
-F test/sharedB.test 91c8244e0f2a5f0bda731981d62208b6b54bfff2
+F test/sharedB.test 16cc7178e20965d75278f410943109b77b2e645e
 F test/shared_err.test 2f2aee20db294b9924e81f6ccbe60f19e21e8506
 F test/sharedlock.test 5ede3c37439067c43b0198f580fd374ebf15d304
 F test/shell1.test ab6025d941f9c84c5b83412c6b4d8b57f78dfa3a
@@ -1224,7 +1224,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 651ed97de13234be60a1138a98b06d308449a791
-R 9f67caf91540cf2461a4c618c84ef365
+P ffea3e905adc108d2dc37f5d6da2024f0389f176
+R 2f7d3cb7a2e1e65c7403b8d51d471007
 U drh
-Z 2496f3d4e53b37395b3a158db036ecc7
+Z 951231dae63f2db1845bdae375b332da
index 69d4dd6ea08ca692f99c55dfaabfcc27ab39a6f2..d3a7ef5638c67ebf31fe9a7ffdb746d3f3a900ef 100644 (file)
@@ -1 +1 @@
-ffea3e905adc108d2dc37f5d6da2024f0389f176
\ No newline at end of file
+71f589e3f82a07513425e212072f32748c0732d4
\ No newline at end of file
index beb99578f458e0c9ccf2d2d201e02e000863e57e..1b157550762f17543522d121ddecf48a0208c41d 100644 (file)
@@ -1,4 +1,4 @@
-# 2013 May 14
+# 2014-12-05
 #
 # The author disclaims copyright to this source code.  In place of
 # a legal notice, here is a blessing:
@@ -13,6 +13,9 @@
 # mode.  Hold one open while repeatedly closing, reopening, and using
 # the second.
 #
+# This test is designed to demostrate that the fix for ticket
+# [e4a18565a36884b00edf66541f38c693827968ab] works.  
+#
 
 
 set testdir [file dirname $argv0]