SQLite

All files named ”test/btree8.test”
Login

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

History for test/btree8.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)
2005-08-02
17:13
Added: [fadc112bcb] part of check-in [3af69a4928] Fix a bug in the btree balancer. ticket #1346. (CVS 2573) (check-in: [3af69a4928] user: drh branch: trunk, size: 1892)
2004-11-22
10:02
Deleted: Back out changes allowing writes to tables that have open cursors. (CVS 2134) (check-in: [af635cab8a] user: danielk1977 branch: trunk, size: 0)
2004-11-17
10:22
[d4e5932e54] part of check-in [e1530854c9] Extra tests and resulting bugfixes for btree cursors. (CVS 2106) (check-in: [e1530854c9] user: danielk1977 branch: trunk, size: 11947)
2004-11-16
15:50
[12db22f696] part of check-in [a2e1c35b32] Perform deletes in a single pass. (CVS 2104) (check-in: [a2e1c35b32] user: danielk1977 branch: trunk, size: 8614)
04:57
[f0841e71ea] part of check-in [6ad5fc8e1a] Allow btree cursors to persist through BtreeDelete() calls. (CVS 2103) (check-in: [6ad5fc8e1a] user: danielk1977 branch: trunk, size: 6116)
2004-11-13
13:19
Added: [eee59cfd3a] part of check-in [5eaa18d43f] Code toward having btree cursors persist when their table is written too. Doesn't work properly yet. (CVS 2097) (check-in: [5eaa18d43f] user: danielk1977 branch: trunk, size: 4171)