SQLite

All files named ”ext/rtree/rtreefuzz001.test”
Login

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

History for ext/rtree/rtreefuzz001.test

2023-09-13
17:30
[44f680a23d] part of check-in [b3049a1d3d] Omit the Reinsert algorithm from RTree. This causes most benchmarks to run faster, at the expense of having a slightly less dense and hence larger index (example: 33 entries/node versus 34 entries/node). (check-in: [b3049a1d3d] user: drh branch: rtree-performance, size: 85730)
2021-04-16
23:43
[0fc793f678] part of check-in [23da5016b6] Add geopoly to $::sqlite_options() and use it to pass more tests. (check-in: [23da5016b6] user: larrybr branch: trunk, size: 85762)
2021-04-14
15:25
[61bb834390] part of check-in [b5dc7aba03] Prevent an assert() from failing if sqlite3_blob_reopen() is called on a blob-handle that has already hit an SQLITE_CORRUPT error. (check-in: [b5dc7aba03] user: dan branch: trunk, size: 85717)
2020-08-17
21:03
[27a5ea53d0] part of check-in [0ecda43371] When doing an UPDATE or DELETE using a multi-column index where only a few of the earlier columns of the index are useful for the index lookup, postpone doing the main table seek until after all WHERE clause constraints have been evaluated, in case those constraints can be covered by unused later terms of the index, thus avoiding unnecessary main table seeks. (check-in: [0ecda43371] user: dan branch: branch-3.28, size: 54314)
2019-08-13
17:27
[eef1ed593b] part of check-in [927cd7b4c5] Update some corruption test cases to take [724f4df9c] into account. (check-in: [927cd7b4c5] user: dan branch: trunk, size: 74494)
2019-07-29
17:18
[f9fecd174f] part of check-in [48b518eb6f] Convert an assert() in R-Tree into a database corruption detection case. (check-in: [48b518eb6f] user: drh branch: trunk, size: 74420)
2018-12-21
22:08
[836d876538] part of check-in [b39bf4356e] Improved detection of shadow table corruption in RTREE. (check-in: [b39bf4356e] user: drh branch: trunk, size: 54297)
17:51
[be2d8157d0] part of check-in [1fdd3604ee] Fix a potential NULL-pointer deference in RTREE due to corrupt shadow tables. (check-in: [1fdd3604ee] user: drh branch: trunk, size: 47312)
16:53
[a83162d03f] part of check-in [085667180b] Prevent an infinite loop in rtree that can result from a corrupt shadow table. (check-in: [085667180b] user: drh branch: trunk, size: 40441)
13:30
Added: [73ab4cc471] part of check-in [99bce4358b] In RTREE, turn an assert() into an if() because the condition can sometimes be false when dealing with a corrupt database. (check-in: [99bce4358b] user: drh branch: trunk, size: 34191)