]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Combine the various boolean fields of the BtCursor object into a single
authordrh <drh@noemail.net>
Tue, 11 Mar 2014 23:40:44 +0000 (23:40 +0000)
committerdrh <drh@noemail.net>
Tue, 11 Mar 2014 23:40:44 +0000 (23:40 +0000)
commit036dbec01c083e196725e7fff530e8f8de61914d
tree6c373752e59307ad21932b17050d3dc4e154f737
parent5a500afd571a5f1219d6e840e8ab41ba772eb616
Combine the various boolean fields of the BtCursor object into a single
bit-vector.  This allows setting or clearing more than one boolean at a
time and makes the overflow-pgno-cache branch faster than trunk on
speedtest1.

FossilOrigin-Name: 968fec44d7fde3adbd3e9603e4282351f0d4bda1
manifest
manifest.uuid
src/btree.c
src/btreeInt.h
src/test_btree.c