SQLite

Changes On Branch split-moveto
Login

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

Changes In Branch split-moveto Excluding Merge-Ins

This is equivalent to a diff from eac0e827 to 9a64a4f2

2016-11-11
17:52
Merge enhancements and bug-fixes from trunk. (check-in: 5515b827 user: drh tags: unpacked-IdxInsert)
2016-11-10
21:19
Break up the sqlite3BtreeMovetoUnpacked() routine into an eponymous routine and sqlite3BtreeMovetoIntkey(). Each routine specializes in a single kind of btree. (Leaf check-in: 9a64a4f2 user: drh tags: split-moveto)
20:42
Avoid a few unnecessary calls to sqlite3BtreeMovetoUnpacked(). (check-in: eac0e827 user: drh tags: unpacked-IdxInsert)
17:01
When doing a REPLACE on a WITHOUT ROWID table with no secondary indexes, bypass the OP_NoConflict/OP_Delete sequence and directly overwrite any preexisting row, for a performance increase. (check-in: f7041cbb user: drh tags: unpacked-IdxInsert)

Changes to src/btree.c.

Changes to src/btree.h.

Changes to src/vdbe.c.

Changes to src/vdbeaux.c.