Changes the asynchronous I/O test module so that it can be appended to the
end of the amalgamation. (CVS 4533) FossilOrigin-Name: c1fe27de7b6f0080466cc3f827979db9997e22a4
This commit is contained in:
parent
f024f0bb9b
commit
40a7178132
12
manifest
12
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)
|
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:19:07
|
D 2007-11-07T01:23:12
|
||||||
F Makefile.in 30c7e3ba426ddb253b8ef037d1873425da6009a8
|
F Makefile.in 30c7e3ba426ddb253b8ef037d1873425da6009a8
|
||||||
F Makefile.linux-gcc 65241babba6faf1152bf86574477baab19190499
|
F Makefile.linux-gcc 65241babba6faf1152bf86574477baab19190499
|
||||||
F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028
|
F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028
|
||||||
@ -146,7 +146,7 @@ F src/test6.c a9fc983d32d6f262eab300d742e49ff239b0bdbd
|
|||||||
F src/test7.c acec2256c7c2d279db5a8b5fa1a2a68fcc942c67
|
F src/test7.c acec2256c7c2d279db5a8b5fa1a2a68fcc942c67
|
||||||
F src/test8.c f113aa3723a52113d0fa7c28155ecd37e7e04077
|
F src/test8.c f113aa3723a52113d0fa7c28155ecd37e7e04077
|
||||||
F src/test9.c b46c8fe02ac7cca1a7316436d8d38d50c66f4b2f
|
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_autoext.c 855157d97aa28cf84233847548bfacda21807436
|
||||||
F src/test_btree.c c1308ba0b88ab577fa56c9e493a09829dfcded9c
|
F src/test_btree.c c1308ba0b88ab577fa56c9e493a09829dfcded9c
|
||||||
F src/test_config.c fd6ba4c62dd943e794f00f6ea1e9e32d97bf27f1
|
F src/test_config.c fd6ba4c62dd943e794f00f6ea1e9e32d97bf27f1
|
||||||
@ -584,7 +584,7 @@ F www/tclsqlite.tcl 8be95ee6dba05eabcd27a9d91331c803f2ce2130
|
|||||||
F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
|
F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
|
||||||
F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b
|
F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b
|
||||||
F www/whentouse.tcl fc46eae081251c3c181bd79c5faef8195d7991a5
|
F www/whentouse.tcl fc46eae081251c3c181bd79c5faef8195d7991a5
|
||||||
P 60da01630ab3668541aea7d303fc5d52fe3ee281
|
P 08a685abc149cd29c3595a61c9bc1a04e6d95c4d
|
||||||
R 7ccf0aa6904afb1d48146bf503fba144
|
R 3b0bda0e6456e1bdcf3962caf8e375c7
|
||||||
U drh
|
U drh
|
||||||
Z 00cca131396f556941a71f0d631fd420
|
Z 8393b2be25309ab5b02c9ff46dbdc791
|
||||||
|
@ -1 +1 @@
|
|||||||
08a685abc149cd29c3595a61c9bc1a04e6d95c4d
|
c1fe27de7b6f0080466cc3f827979db9997e22a4
|
@ -106,7 +106,9 @@
|
|||||||
*/
|
*/
|
||||||
#define ENABLE_FILE_LOCKING
|
#define ENABLE_FILE_LOCKING
|
||||||
|
|
||||||
#include "sqliteInt.h"
|
#ifndef SQLITE_AMALGAMATION
|
||||||
|
# include "sqliteInt.h"
|
||||||
|
#endif
|
||||||
#include <tcl.h>
|
#include <tcl.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user