mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-08 14:02:16 +03:00
Better job at suppressing harmless scan-build warnings. This time testing
and working. FossilOrigin-Name: c847973947de67579fab78a65ecfc90bf59fd5db0b7fa7a9c1abb1fc92213d01
This commit is contained in:
@@ -3285,7 +3285,7 @@ int sqlite3FindInIndex(
|
||||
if( aiMap ) aiMap[i] = j;
|
||||
}
|
||||
|
||||
assert( nExpr<BMS );
|
||||
assert( nExpr>0 && nExpr<BMS );
|
||||
assert( i==nExpr || colUsed!=(MASKBIT(nExpr)-1) );
|
||||
if( colUsed==(MASKBIT(nExpr)-1) ){
|
||||
/* If we reach this point, that means the index pIdx is usable */
|
||||
|
Reference in New Issue
Block a user