]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Changes the asynchronous I/O test module so that it can be appended to the
authordrh <drh@noemail.net>
Wed, 7 Nov 2007 01:23:12 +0000 (01:23 +0000)
committerdrh <drh@noemail.net>
Wed, 7 Nov 2007 01:23:12 +0000 (01:23 +0000)
end of the amalgamation. (CVS 4533)

FossilOrigin-Name: c1fe27de7b6f0080466cc3f827979db9997e22a4

manifest
manifest.uuid
src/test_async.c

index eb60a60d980e39099dea4c69fdeda5713d6f1428..8b9abe5c053f505745e3b9d23f8da7a1c2788b55 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C In\sthe\swindows\sVFS,\smake\ssure\swe\sdo\snot\sreturn\san\serror\sif\sattempting\nto\sdelete\sa\sfile\sthat\sdoes\snot\sexist.\s(CVS\s4532)
-D 2007-11-07T01:19:07
+C Changes\sthe\sasynchronous\sI/O\stest\smodule\sso\sthat\sit\scan\sbe\sappended\sto\sthe\nend\sof\sthe\samalgamation.\s(CVS\s4533)
+D 2007-11-07T01:23:12
 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 dfdc4be8eb675c8ae6b6836e6c105931a2aeb6c4
+F src/test_async.c 5f21392d66869a4c87dc9153e40d0dc0e085261f
 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 60da01630ab3668541aea7d303fc5d52fe3ee281
-R 7ccf0aa6904afb1d48146bf503fba144
+P 08a685abc149cd29c3595a61c9bc1a04e6d95c4d
+R 3b0bda0e6456e1bdcf3962caf8e375c7
 U drh
-Z 00cca131396f556941a71f0d631fd420
+Z 8393b2be25309ab5b02c9ff46dbdc791
index 44150f44f0847f18eed983db05019a3b00798233..612b57c9e66e10602f4f7c239e529cd2baccc08b 100644 (file)
@@ -1 +1 @@
-08a685abc149cd29c3595a61c9bc1a04e6d95c4d
\ No newline at end of file
+c1fe27de7b6f0080466cc3f827979db9997e22a4
\ No newline at end of file
index 5fd75fa537b38a3d5489e4f2db1ee7035076a175..3f2c579664a6767cc9dd6f0827c1fee7d5e5973f 100644 (file)
 */
 #define ENABLE_FILE_LOCKING
 
-#include "sqliteInt.h"
+#ifndef SQLITE_AMALGAMATION
+# include "sqliteInt.h"
+#endif
 #include <tcl.h>
 
 /*