]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Provide hints to the btree layer during the creation of transient tables
authordrh <drh@noemail.net>
Mon, 30 Aug 2010 22:15:45 +0000 (22:15 +0000)
committerdrh <drh@noemail.net>
Mon, 30 Aug 2010 22:15:45 +0000 (22:15 +0000)
commitd4187c716c534617d261fa198c5467bd57feb975
tree346c695ee4369dee119100dd50e1d7361223ae98
parentc223b8f1a8e2946a6e4d04ea6256df808c4881bd
Provide hints to the btree layer during the creation of transient tables
when it is possible for those tables to use a hash rather than a binary tree.
No use is current made of those hints, though assert() statement verify
their accuracy.

FossilOrigin-Name: 4fead8e714c7e50a9d246467e62bc846ef6180a0
manifest
manifest.uuid
src/btree.c
src/btree.h
src/btreeInt.h
src/expr.c
src/select.c
src/update.c
src/vdbe.c
src/vdbeInt.h