Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Provide hints to the btree layer Next and Previous primitives to let them know if they can be no-ops if the underlying index is unique. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | branch-3.8.2 |
Files: | files | file ages | folders |
SHA1: |
a2c347faf91d82cf8734621bf378a6dd |
User & Date: | drh 2014-01-28 00:49:55.352 |
Context
2014-02-03
| ||
14:04 | Provide hints to the btree layer Next and Previous primitives to let them know if they can be no-ops if the underlying index is unique. (check-in: 6c643e45c2 user: drh tags: trunk) | |
2014-01-28
| ||
00:49 | Provide hints to the btree layer Next and Previous primitives to let them know if they can be no-ops if the underlying index is unique. (Leaf check-in: a2c347faf9 user: drh tags: branch-3.8.2) | |
2014-01-15
| ||
00:24 | Merge recent fixes from trunk. Cherrypick of [c43b59dac1], [a221aa82bb], [e1eba1fb09], and [1e131094b5]. (check-in: c697d2f83c user: mistachkin tags: branch-3.8.2) | |
Changes
Changes to src/btree.c.
Changes to src/vdbe.c.
Changes to src/where.c.
Changes to src/whereInt.h.