file format change (CVS 121)

FossilOrigin-Name: 4110936f112092b3bbc134f0717b899aad6502ad
This commit is contained in:
drh 2000-08-02 12:37:18 +00:00
parent 353f57e09b
commit c986c0af03
3 changed files with 9 additions and 9 deletions

View File

@ -1,5 +1,5 @@
C file\sformat\schange\s(CVS\s120) C file\sformat\schange\s(CVS\s121)
D 2000-08-02T12:26:29 D 2000-08-02T12:37:18
F COPYRIGHT 74a8a6531a42e124df07ab5599aad63870fa0bd4 F COPYRIGHT 74a8a6531a42e124df07ab5599aad63870fa0bd4
F Makefile.in 670aa9413cb2cdcded23b328a9e255c845c41a1e F Makefile.in 670aa9413cb2cdcded23b328a9e255c845c41a1e
F README 51f6a4e7408b34afa5bc1c0485f61b6a4efb6958 F README 51f6a4e7408b34afa5bc1c0485f61b6a4efb6958
@ -62,13 +62,13 @@ F www/c_interface.tcl 29593cf77025bab137b7ba64b9459eb5eb6b4873
F www/changes.tcl 0fe8d43635dd08a01479774520f54149550cdb74 F www/changes.tcl 0fe8d43635dd08a01479774520f54149550cdb74
F www/crosscompile.tcl 19734ce7f18b16ff2ed8479412abf8aca56e1dcc F www/crosscompile.tcl 19734ce7f18b16ff2ed8479412abf8aca56e1dcc
F www/fileformat.tcl 1c353d202cc75de55a916a1bab80e7b3cc5660ee F www/fileformat.tcl 1c353d202cc75de55a916a1bab80e7b3cc5660ee
F www/index.tcl ae93e74540d9198743009fe5a60b7c2c2e7885d6 F www/index.tcl 7982d6044d70c51d76e66fab0ce34091fa0fed66
F www/lang.tcl 1645e9107d75709be4c6099b643db235bbe0a151 F www/lang.tcl 1645e9107d75709be4c6099b643db235bbe0a151
F www/mingw.tcl fc5f4ba9d336b6e8c97347cc6496d6162461ef60 F www/mingw.tcl fc5f4ba9d336b6e8c97347cc6496d6162461ef60
F www/opcode.tcl cb3a1abf8b7b9be9f3a228d097d6bf8b742c2b6f F www/opcode.tcl cb3a1abf8b7b9be9f3a228d097d6bf8b742c2b6f
F www/sqlite.tcl 69781eaffb02e17aa4af28b76a2bedb19baa8e9f F www/sqlite.tcl 69781eaffb02e17aa4af28b76a2bedb19baa8e9f
F www/vdbe.tcl bcbfc33bcdd0ebad95eab31286adb9e1bc289520 F www/vdbe.tcl bcbfc33bcdd0ebad95eab31286adb9e1bc289520
P bffca90f37a69c5bd26b719a964408e0e518a7dc P 67f8af377c8a92ac155f55afc75e9957bec4e787
R fb9083cf992b9bf32aa0798cc17db2e1 R 123e192ab64d207d4ac341998bf97433
U drh U drh
Z b90780147dd290d806a672cbfe65d916 Z 1c32c9d74ea685fb114555df3a32fc58

View File

@ -1 +1 @@
67f8af377c8a92ac155f55afc75e9957bec4e787 4110936f112092b3bbc134f0717b899aad6502ad

View File

@ -1,7 +1,7 @@
# #
# Run this TCL script to generate HTML for the index.html file. # 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 {<html> puts {<html>
<head><title>SQLite: An SQL Database Engine Built Atop GDBM</title></head> <head><title>SQLite: An SQL Database Engine Built Atop GDBM</title></head>
@ -41,7 +41,7 @@ echo .dump | old-sqlite old-db | sqlite db
<p>This file format change was made to work around a potential <p>This file format change was made to work around a potential
inefficiency in GDBM that comes up when large indices are created inefficiency in GDBM that comes up when large indices are created
on tables where many entries in the table have the same key.</p> on tables where many entries in the table have the same index key.</p>
<h2>Features</h2> <h2>Features</h2>