]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Remove a debugging assert() that went in by accident with the previous commit. (CVS...
authordanielk1977 <danielk1977@noemail.net>
Tue, 30 Oct 2007 15:38:12 +0000 (15:38 +0000)
committerdanielk1977 <danielk1977@noemail.net>
Tue, 30 Oct 2007 15:38:12 +0000 (15:38 +0000)
FossilOrigin-Name: 4ad60bdba0f1aa068dcc42fb58b80d7912e36b1b

manifest
manifest.uuid
src/test_async.c

index 1fc3910ec02c8840f4d3b19436011a50558439b8..58126b18bdb56bef17dc8ad198683b3ae9546e5c 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C Fix\sa\srace\scondtion\sin\stest_async.c.\s(CVS\s4516)
-D 2007-10-30T15:29:43
+C Remove\sa\sdebugging\sassert()\sthat\swent\sin\sby\saccident\swith\sthe\sprevious\scommit.\s(CVS\s4517)
+D 2007-10-30T15:38:13
 F Makefile.in 30c7e3ba426ddb253b8ef037d1873425da6009a8
 F Makefile.linux-gcc 65241babba6faf1152bf86574477baab19190499
 F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028
@@ -146,7 +146,7 @@ F src/test6.c a9fc983d32d6f262eab300d742e49ff239b0bdbd
 F src/test7.c acec2256c7c2d279db5a8b5fa1a2a68fcc942c67
 F src/test8.c f113aa3723a52113d0fa7c28155ecd37e7e04077
 F src/test9.c b46c8fe02ac7cca1a7316436d8d38d50c66f4b2f
-F src/test_async.c b273b3dc31712b2274815766c360a2bad907b8ab
+F src/test_async.c 0bb1e38ca58acfe24f62759981486e9bd4bbf686
 F src/test_autoext.c 855157d97aa28cf84233847548bfacda21807436
 F src/test_btree.c c1308ba0b88ab577fa56c9e493a09829dfcded9c
 F src/test_config.c fd6ba4c62dd943e794f00f6ea1e9e32d97bf27f1
@@ -584,7 +584,7 @@ F www/tclsqlite.tcl 8be95ee6dba05eabcd27a9d91331c803f2ce2130
 F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
 F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b
 F www/whentouse.tcl fc46eae081251c3c181bd79c5faef8195d7991a5
-P c0fa0c8ba80f4cd60bd06da7a032c6424ffd16f8
-R 78bd8c196220170b3b4010cbc5e84b4f
+P 5e3f7c3dec3e8d92b28a74293387b390fe6fc1fa
+R 6bd10334efc8a18fa51f2db49ec5868e
 U danielk1977
-Z 9f1f861b176142b510f4edd5799736a8
+Z ad2cd90cf7df04b2d0ad8dbc2c154fe3
index 1054acf18f04e0ee41fed21b50ceb3cdc170b795..831f37b27543efcc38cfdd52757d4e1c2460d3a8 100644 (file)
@@ -1 +1 @@
-5e3f7c3dec3e8d92b28a74293387b390fe6fc1fa
\ No newline at end of file
+4ad60bdba0f1aa068dcc42fb58b80d7912e36b1b
\ No newline at end of file
index 380bfcdba715f7d52bded9380f36ef83346179ea..c6ab61cf862dffbd91dcc77e6d97536f00ee6a03 100644 (file)
@@ -1502,7 +1502,6 @@ static int testAsyncWait(
   Tcl_Obj *CONST objv[]
 ){
   int cnt = 10;
-  assert(async.writerHaltNow==0);
   if( async.writerHaltNow==0 && async.writerHaltWhenIdle==0 ){
     Tcl_AppendResult(interp, "would block forever", (char*)0);
     return TCL_ERROR;