2014-02-28 18:39:51
— part of check-in
[3a09f5605a]
on branch experimental
— Update some test cases that deal with corrupt databases.
(user:
dan
size: 2224)
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: 2224)
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: 2224)
2014-03-04 14:34:14
— part of check-in
[7f51ad97f0]
on branch sessions
— Merge the performance enhancements of trunk (and some obscure bug fixes)
into the sessions branch.
(user:
drh
size: 2224)
2014-03-13 15:41:09
— part of check-in
[d17231b63d]
on branch threads
— Merge latest trunk changes into this branch.
(user:
dan
size: 2224)