1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-07 02:42:48 +03:00

Typo in change log fixed. (CVS 330)

FossilOrigin-Name: 3a31daf6465b989a2b0790a2d1ba22ff955486a0
This commit is contained in:
drh
2001-12-15 03:00:42 +00:00
parent 4cbd68f805
commit c38f3d510c
3 changed files with 8 additions and 8 deletions

View File

@@ -21,7 +21,7 @@ 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 cause cause "page leaks" in the
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>