SQLite

Check-in [90ba2b2e5c]
Login

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

Overview
Comment:Fix the build so that it works with -DSQLITE_TEST_REALLOC_STRESS
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | stmt-journal-testing
Files: files | file ages | folders
SHA3-256: 90ba2b2e5ce2619e68879eb325b43639159f27eb462b9fb6795534c91200a3d2
User & Date: drh 2018-05-28 17:43:28.494
Context
2018-05-28
18:25
When compiling with SQLITE_DEBUG, add run-time checks to ensure that no statement aborts unless either there have been no writes or else there is a statement journal. (check-in: ce99c77244 user: drh tags: trunk)
17:43
Fix the build so that it works with -DSQLITE_TEST_REALLOC_STRESS (Closed-Leaf check-in: 90ba2b2e5c user: drh tags: stmt-journal-testing)
17:31
When compiling with SQLITE_DEBUG, add run-time checks to ensure that no statement aborts unless either there have been no writes or else there is a statement journal. (check-in: 5a4542dbcf user: drh tags: stmt-journal-testing)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/vdbe.h.