diff options
author | drh <> | 2021-12-09 19:42:52 +0000 |
---|---|---|
committer | drh <> | 2021-12-09 19:42:52 +0000 |
commit | 5a4ac1cc302388e8717f9873fc90e5b648a74eac (patch) | |
tree | 23764810a3189b746de1d3d56ad732963ddd195d /src/wherecode.c | |
parent | a11c5e22b5eb32cdf2061a6c19fd7bf4d2a36e05 (diff) | |
download | sqlite-5a4ac1cc302388e8717f9873fc90e5b648a74eac.tar.gz sqlite-5a4ac1cc302388e8717f9873fc90e5b648a74eac.zip |
Remove unused code and fix comments. Final cleanup before merging.
FossilOrigin-Name: ce42039f5647b1f276acf5d9911528ecb47df1544a587def72c8cd6b2f664289
Diffstat (limited to 'src/wherecode.c')
-rw-r--r-- | src/wherecode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wherecode.c b/src/wherecode.c index 8cc76b1fd..dd73bc4e8 100644 --- a/src/wherecode.c +++ b/src/wherecode.c @@ -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( |