SQLite

All files named ”test/btree5.test”
Login

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

History for test/btree5.test

2008-03-25
00:22
Deleted: Removed the direct btree tests - part of the ongoing effort to test by calling only public interfaces. Modify the sqlite3VdbeRecordCompare interface to used a pre-parsed second key - resulting in a 13% performance improvement on speed1p.test. (CVS 4911) (check-in: [0e1d84f2f4] user: drh branch: trunk, size: 0)
2004-05-14
12:17
[8e5ff32c02] part of check-in [45b60de5c7] Table 1 of a database (the sqlite_master table) defaults to use B+trees. (CVS 1378) (check-in: [45b60de5c7] user: drh branch: trunk, size: 7178)
2004-05-13
11:34
[e085297374] part of check-in [dbe8385ecf] Various minor fixes and updates to make more test cases pass. (CVS 1370) (check-in: [dbe8385ecf] user: danielk1977 branch: trunk, size: 7163)
2004-05-12
19:18
[13763ea0aa] part of check-in [b8f70d17f0] Implement a B+tree option (all data stored on leaves). (CVS 1365) (check-in: [b8f70d17f0] user: drh branch: trunk, size: 7139)
2004-05-11
00:58
[56977bd84e] part of check-in [a675ac4988] Updates to sqlite3BtreeKeyFetch() and sqlite3BtreeDataFetch(). (CVS 1347) (check-in: [a675ac4988] user: drh branch: trunk, size: 7182)
2004-05-10
18:45
Added: [a677d181b3] part of check-in [84506b2336] The btree.c module passes all tests and is ready for integration. Still need to go back and do coverage testing. (CVS 1343) (check-in: [84506b2336] user: drh branch: trunk, size: 6612)