From: drh
Date: Wed, 2 Aug 2000 12:37:18 +0000 (+0000)
Subject: file format change (CVS 121)
X-Git-Tag: version-3.6.10~5975
X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c986c0af036dcaec17e7fd391d33faf6fe389823;p=thirdparty%2Fsqlite.git
file format change (CVS 121)
FossilOrigin-Name: 4110936f112092b3bbc134f0717b899aad6502ad
---
diff --git a/manifest b/manifest
index a5fe5d7d0f..93002a6915 100644
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C file\sformat\schange\s(CVS\s120)
-D 2000-08-02T12:26:29
+C file\sformat\schange\s(CVS\s121)
+D 2000-08-02T12:37:18
F COPYRIGHT 74a8a6531a42e124df07ab5599aad63870fa0bd4
F Makefile.in 670aa9413cb2cdcded23b328a9e255c845c41a1e
F README 51f6a4e7408b34afa5bc1c0485f61b6a4efb6958
@@ -62,13 +62,13 @@ F www/c_interface.tcl 29593cf77025bab137b7ba64b9459eb5eb6b4873
F www/changes.tcl 0fe8d43635dd08a01479774520f54149550cdb74
F www/crosscompile.tcl 19734ce7f18b16ff2ed8479412abf8aca56e1dcc
F www/fileformat.tcl 1c353d202cc75de55a916a1bab80e7b3cc5660ee
-F www/index.tcl ae93e74540d9198743009fe5a60b7c2c2e7885d6
+F www/index.tcl 7982d6044d70c51d76e66fab0ce34091fa0fed66
F www/lang.tcl 1645e9107d75709be4c6099b643db235bbe0a151
F www/mingw.tcl fc5f4ba9d336b6e8c97347cc6496d6162461ef60
F www/opcode.tcl cb3a1abf8b7b9be9f3a228d097d6bf8b742c2b6f
F www/sqlite.tcl 69781eaffb02e17aa4af28b76a2bedb19baa8e9f
F www/vdbe.tcl bcbfc33bcdd0ebad95eab31286adb9e1bc289520
-P bffca90f37a69c5bd26b719a964408e0e518a7dc
-R fb9083cf992b9bf32aa0798cc17db2e1
+P 67f8af377c8a92ac155f55afc75e9957bec4e787
+R 123e192ab64d207d4ac341998bf97433
U drh
-Z b90780147dd290d806a672cbfe65d916
+Z 1c32c9d74ea685fb114555df3a32fc58
diff --git a/manifest.uuid b/manifest.uuid
index fb116ff964..02de49a406 100644
--- a/manifest.uuid
+++ b/manifest.uuid
@@ -1 +1 @@
-67f8af377c8a92ac155f55afc75e9957bec4e787
\ No newline at end of file
+4110936f112092b3bbc134f0717b899aad6502ad
\ No newline at end of file
diff --git a/www/index.tcl b/www/index.tcl
index ad48ed56d9..a74f46a4ea 100644
--- a/www/index.tcl
+++ b/www/index.tcl
@@ -1,7 +1,7 @@
#
# Run this TCL script to generate HTML for the index.html file.
#
-set rcsid {$Id: index.tcl,v 1.23 2000/08/02 12:26:30 drh Exp $}
+set rcsid {$Id: index.tcl,v 1.24 2000/08/02 12:37:18 drh Exp $}
puts {
SQLite: An SQL Database Engine Built Atop GDBM
@@ -41,7 +41,7 @@ echo .dump | old-sqlite old-db | sqlite db
This file format change was made to work around a potential
inefficiency in GDBM that comes up when large indices are created
-on tables where many entries in the table have the same key.
+on tables where many entries in the table have the same index key.
Features