From: drh Date: Thu, 5 Jun 2003 15:05:34 +0000 (+0000) Subject: Fix a typo in speed.html. (CVS 1007) X-Git-Tag: version-3.6.10~5061 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b5333fa6e41d0ac9a90a530566d9d232eac938dd;p=thirdparty%2Fsqlite.git Fix a typo in speed.html. (CVS 1007) FossilOrigin-Name: d01e6fbdde314f2edfcd43fcda3dc8bedb6bf2ba --- diff --git a/manifest b/manifest index 9003c78fde..8821228d05 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C Remove\sunused\scode\sfrom\sutil.c.\s(CVS\s1006) -D 2003-06-05T14:27:56 +C Fix\sa\stypo\sin\sspeed.html.\s(CVS\s1007) +D 2003-06-05T15:05:35 F Makefile.in 1ff85c27d4350c74118341024e8a4fb2a04a3a43 F Makefile.linux-gcc b86a99c493a5bfb402d1d9178dcdc4bd4b32f906 F README f1de682fbbd94899d50aca13d387d1b3fd3be2dd @@ -161,11 +161,11 @@ F www/nulls.tcl 29497dac2bc5b437aa7e2e94577dad4d8933ed26 F www/omitted.tcl 118062f40a203fcb88b8d68ef1d7c0073ac191ec F www/opcode.tcl 1ff274b0ca7c8a60f7b231a47e4e95cfc3b2873d F www/quickstart.tcl 4e97bef825e6a4153c43afb9f97235fc4da278ab -F www/speed.tcl cb4c10a722614aea76d2c51f32ee43400d5951be +F www/speed.tcl 296cc5632d069b56d3ef5409ca0df90f486c10fb F www/sqlite.tcl 4bd1729e320f5fa9125f0022b281fbe839192125 F www/tclsqlite.tcl 1db15abeb446aad0caf0b95b8b9579720e4ea331 F www/vdbe.tcl 2013852c27a02a091d39a766bc87cff329f21218 -P af6f2bdf59fb621ff3e1d061e429f01ebd7d0b42 -R 23537f7b325631f9a84ccee7dc37dfd8 +P 1bcaa841a396e4d592de30d10846f7cefbbdcd0e +R 153745ab98bc187ead9120d15632c3e2 U drh -Z e1539ac99c912a1f3368ac10a6ba549b +Z d9aa6c60314c53d81452a52dca08849f diff --git a/manifest.uuid b/manifest.uuid index 53f55db320..19b2784c40 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -1bcaa841a396e4d592de30d10846f7cefbbdcd0e \ No newline at end of file +d01e6fbdde314f2edfcd43fcda3dc8bedb6bf2ba \ No newline at end of file diff --git a/www/speed.tcl b/www/speed.tcl index fa9934b0d5..79dae87a73 100644 --- a/www/speed.tcl +++ b/www/speed.tcl @@ -1,7 +1,7 @@ # # Run this Tcl script to generate the speed.html file. # -set rcsid {$Id: speed.tcl,v 1.11 2003/02/16 22:36:03 drh Exp $ } +set rcsid {$Id: speed.tcl,v 1.12 2003/06/05 15:05:35 drh Exp $ } puts { @@ -37,7 +37,7 @@ conclusions drawn from these experiments:

  • SQLite does not execute CREATE INDEX or DROP TABLE as fast as - the other databases. But this as not seen is a problem because + the other databases. But this is not seen as a problem because those are infrequent operations.