2014-03-03 18:25:24
— part of check-in
[ba8993727e]
on branch experimental
— Fix compiler warnings.
(user:
drh
size: 21588)
2014-03-03 21:59:33
— part of check-in
[aec5473a75]
on branch broken-on-arm
— Refactor the sqlite3VdbeRecordCompare() routine used to compare btree records.
Create a couple of fast-track routines to handle the common cases of a string
with BINARY collation or integer values as the left-most column. This gives
a significant performance boost in common use.
Oops: This build does not work on the Beaglebone where "char" defaults to
unsigned.
(user:
drh
size: 21588)
2014-03-04 04:12:56
— part of check-in
[3325ad5bdc]
on branch trunk
— Refactor the sqlite3VdbeRecordCompare() routine used to compare btree records.
Create fast-track special case routines to handle the common cases more
quickly. This gives a significant performance boost.
(user:
drh
size: 21588)