SQLite

Check-in [dd70595542]
Login

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

Overview
Comment:Minor modification to restoreOrClearCursorPosition() to improve efficiency. Do not allocate the extra 8-bytes if memory-management is not enabled. (CVS 2936)
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: dd705955429d847af85ffaf248976bcd1d861852
User & Date: danielk1977 2006-01-13 06:33:24.000
Context
2006-01-13
11:22
Remove a few duplicate variable initializations in sqlite3BtreeCursor(). (CVS 2937) (check-in: 5e46ec01ff user: danielk1977 tags: trunk)
06:33
Minor modification to restoreOrClearCursorPosition() to improve efficiency. Do not allocate the extra 8-bytes if memory-management is not enabled. (CVS 2936) (check-in: dd70595542 user: danielk1977 tags: trunk)
04:31
Additional speed enhancements in btree.c. (CVS 2935) (check-in: 48b550ce2e 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/expr.c.
Changes to src/os_common.h.
Changes to src/os_win.c.
Changes to src/prepare.c.
Changes to src/select.c.
Changes to src/sqliteInt.h.
Changes to src/utf.c.
Changes to src/util.c.
Changes to src/vdbe.c.
Changes to src/vdbeaux.c.
Changes to src/where.c.