Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Typo in change log fixed. (CVS 330) |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
3a31daf6465b989a2b0790a2d1ba22ff |
User & Date: | drh 2001-12-15 03:00:42.000 |
Context
2001-12-15
| ||
03:05 | Version 2.1.7 (CVS 454) (check-in: 0d44465347 user: drh tags: trunk) | |
03:00 | Typo in change log fixed. (CVS 330) (check-in: 3a31daf646 user: drh tags: trunk) | |
02:58 | Release 2.1.7 (CVS 329) (check-in: 71cb9e8ad7 user: drh tags: trunk) | |
Changes
Changes to www/changes.tcl.
︙ | ︙ | |||
17 18 19 20 21 22 23 | puts "<DD><P><UL>$desc</UL></P></DD>" } chng {2001 Dec 14 (2.1.7)} { <li>Fix a bug in <b>CREATE TEMPORARY TABLE</b> which was causing the table to be initially allocated in the main database file instead of in the separate temporary file. This bug could cause the library | | | 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | puts "<DD><P><UL>$desc</UL></P></DD>" } chng {2001 Dec 14 (2.1.7)} { <li>Fix a bug in <b>CREATE TEMPORARY TABLE</b> which was causing the table to be initially allocated in the main database file instead of in the separate temporary file. This bug could cause the library to suffer an assertion failure and it could cause "page leaks" in the main database file. <li>Fix a bug in the b-tree subsystem that could sometimes cause the first row of a table to be repeated during a database scan.</li> } chng {2001 Dec 14 (2.1.6)} { <li>Fix the locking mechanism yet again to prevent |
︙ | ︙ |