SQLite

Changes On Branch master-journal-temp-files
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Changes In Branch master-journal-temp-files Excluding Merge-Ins

This is equivalent to a diff from 5ffec5db to 355d1232

2017-11-17
13:21
Do not count temporary databases that have been attached using ATTACH when figuring out if a master-journal file is required by a transaction. (check-in: 93e012a3 user: dan tags: trunk)
08:20
Avoid creating a master journal if all or all but one of the databases in the transaction is a temp file. (Closed-Leaf check-in: 355d1232 user: dan tags: master-journal-temp-files)
2017-11-16
20:48
In the LSM extension, ensure that empty space on pages is zeroed before they are written to disk. This helps with compressed databases, and stops valgrind complaining about uninitialized bytes and write(). (check-in: 5ffec5db user: dan tags: trunk)
19:04
Add a missing "finish_test" to the end of the stmtvtab1.test script. (check-in: e0b5c058 user: drh tags: trunk)

Changes to src/vdbeaux.c.

Changes to test/mjournal.test.