mirror of
https://github.com/sqlite/sqlite.git
synced 2025-11-18 10:21:03 +03:00
Remove unused code and fix comments. Final cleanup before merging.
FossilOrigin-Name: ce42039f5647b1f276acf5d9911528ecb47df1544a587def72c8cd6b2f664289
This commit is contained in:
@@ -1371,7 +1371,7 @@ static void whereApplyPartialIndexConstraints(
|
||||
**
|
||||
** We know that an inner loop uses a Bloom filter because it has the
|
||||
** WhereLevel.regFilter set. If an inner-loop Bloom filter is checked,
|
||||
** then clear the WhereLoeve.regFilter value to prevent the Bloom filter
|
||||
** then clear the WhereLevel.regFilter value to prevent the Bloom filter
|
||||
** from being checked a second time when the inner loop is evaluated.
|
||||
*/
|
||||
static SQLITE_NOINLINE void filterPullDown(
|
||||
|
||||
Reference in New Issue
Block a user