SQLite

Check-in [7952c32268]
Login

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

Overview
Comment:Cleanup of the sqlite3StrAccumInit() function. No functionality changes.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 7952c32268aa650d9ee946d5bfe190f712e3bbe6
User & Date: drh 2015-05-02 11:45:53.551
Context
2015-05-02
12:40
Reorganize some multi-threaded code in vdbesort.c so that full MC/DC test coverage does not depend on the outcome of a race condition. (check-in: 78c7ec9593 user: dan tags: trunk)
11:45
Cleanup of the sqlite3StrAccumInit() function. No functionality changes. (check-in: 7952c32268 user: drh tags: trunk)
2015-05-01
20:34
Enhance the fuzzershell --uniquecases option to output results in order of increasing runtime and to include the runtime in the comment separator of the output. (check-in: 04630b989d user: drh tags: trunk)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/btree.c.
Changes to src/build.c.
Changes to src/func.c.
Changes to src/printf.c.
Changes to src/select.c.
Changes to src/sqliteInt.h.
Changes to src/vdbetrace.c.
Changes to src/where.c.