SQLite

Check-in [2361b03b61]
Login

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

Overview
Comment:Remove another unnecessary local variable initialization from sqlite3VdbeExec()
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | micro-optimizations
Files: files | file ages | folders
SHA1: 2361b03b61311aab9b9ec9de040bbb73be31be0d
User & Date: drh 2017-01-31 16:43:36.486
References
2020-06-03
19:24 New ticket [810dc80388] COMMIT command succeeds even though it didn't commit.. (artifact: f620056cd8 user: drh)
Context
2017-01-31
16:49
Remove a C99-style comment. Fixes to the kvtest-speed.sh script. (check-in: 91eb6b628e user: drh tags: micro-optimizations)
16:43
Remove another unnecessary local variable initialization from sqlite3VdbeExec() (check-in: 2361b03b61 user: drh tags: micro-optimizations)
16:34
Remove an unnecessary initialization of the pOp variable in sqlite3VdbeExec(). (check-in: 02f6293f27 user: drh tags: micro-optimizations)
Changes
Unified Diff Side-by-Side Diff Patch
Changes to src/vdbe.c.