]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Fix an incorrect comment (a copy/paste error) in the mptester. No code
authordrh <drh@noemail.net>
Thu, 18 Apr 2013 20:33:41 +0000 (20:33 +0000)
committerdrh <drh@noemail.net>
Thu, 18 Apr 2013 20:33:41 +0000 (20:33 +0000)
changes.

FossilOrigin-Name: e94783f36ade43ef9d5b94db278622bcbce4179b

manifest
manifest.uuid
mptest/mptest.c

index 519938b65f20a1129df95e9cda24ca4dc5b6e18f..e07c960b3c35b89fe930713d9faffdc968066a42 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Add\sthe\s--breakpoint\sand\s--show-sql-errors\scommands\sto\smptester.
-D 2013-04-18T15:11:03.053
+C Fix\san\sincorrect\scomment\s(a\scopy/paste\serror)\sin\sthe\smptester.\s\sNo\scode\nchanges.
+D 2013-04-18T20:33:41.233
 F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
 F Makefile.in 3dd3fcb87b70c78d99b2c8a03e44ec86d6ca9ce2
 F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
@@ -114,7 +114,7 @@ F mptest/config01.test 3c6adcbc50b991866855f1977ff172eb6d901271
 F mptest/config02.test 4415dfe36c48785f751e16e32c20b077c28ae504
 F mptest/crash01.test a5f31998ed48de8267d6620e8af107ec148e5f12
 F mptest/crash02.subtest f4ef05adcd15d60e5d2bd654204f2c008b519df8
-F mptest/mptest.c ce0d99750a9c01624f29b8942241592e94a7d0d1
+F mptest/mptest.c 499a74af4be293b7c1c7c3d40f332b67227dd739
 F mptest/multiwrite01.test 81fbc17657964889b60750bd7bbb1deffe8f4d42
 F spec.template 86a4a43b99ebb3e75e6b9a735d5fd293a24e90ca
 F sqlite.pc.in 42b7bf0d02e08b9e77734a47798d1a55a9e0716b
@@ -1051,7 +1051,7 @@ F tool/vdbe-compress.tcl f12c884766bd14277f4fcedcae07078011717381
 F tool/warnings-clang.sh f6aa929dc20ef1f856af04a730772f59283631d4
 F tool/warnings.sh fbc018d67fd7395f440c28f33ef0f94420226381
 F tool/win/sqlite.vsix 97894c2790eda7b5bce3cc79cb2a8ec2fde9b3ac
-P e9f9d84b223b69d36688cd7a4c7c696bfda8a1ad
-R fd7f4162984b752563533589ad89bff8
+P d0898fd76a54512894418e53ba28703e250c9ed3
+R 489ed5534c8ff7ba356053afa67de654
 U drh
-Z e0f5854023cf43fccbc89e940a13a42c
+Z da35d51e74cda792a97ee9cf150ece03
index 530384dc8c75ce267edd0517a91d67303cd05042..3b6aeacff2a6e70a7aeea90c582afcd839f45c9a 100644 (file)
@@ -1 +1 @@
-d0898fd76a54512894418e53ba28703e250c9ed3
\ No newline at end of file
+e94783f36ade43ef9d5b94db278622bcbce4179b
\ No newline at end of file
index ac3d40820441a00dc0c853e98d9bf39b27642fed..059ae102fafb8bc398606d4265788821b5489da9 100644 (file)
@@ -934,8 +934,8 @@ static void runScript(
     /*
     **   --testcase NAME
     **
-    ** Exit this process.  If N>0 then exit without shutting down
-    ** SQLite.  (In other words, simulate a crash.)
+    ** Begin a new test case.  Announce in the log that the test case
+    ** has begun.
     */
     if( strcmp(zCmd, "testcase")==0 ){
       if( g.iTrace==1 ) logMessage("%.*s", len - 1, zScript+ii);