SQLite

Check-in [cd9096e64b]
Login

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

Overview
Comment:Fix a typo in the previous commit.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | typo
Files: files | file ages | folders
SHA1: cd9096e64b86c8d45f6744e6eb6ced2aa1a18279
User & Date: dan 2013-07-18 18:28:04.101
Context
2013-07-18
18:29
Ensure that all auxiliary data registered by calls to sqlite3_set_auxdata() is destroyed when the VM is halted. (check-in: 153deac8fa user: dan tags: trunk)
18:28
Fix a typo in the previous commit. (Closed-Leaf check-in: cd9096e64b user: dan tags: typo)
17:12
Ensure that all auxiliary data registered by calls to sqlite3_set_auxdata() is destroyed when the VM is halted. Partial fix for [406d3b2ef9]. DRH adds: Stray text accidentally inserted into vdbe.c just prior to the commit breaks the build. (check-in: 71effa59c9 user: dan tags: typo)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/vdbe.c.