mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-08 14:02:16 +03:00
Fix harmless scan-build warnings.
FossilOrigin-Name: b93af6feb7c0c3af30a47810a7c0e77ce41c386fac164c64bb5871a6c153db7e
This commit is contained in:
@@ -3285,6 +3285,7 @@ int sqlite3FindInIndex(
|
||||
if( aiMap ) aiMap[i] = j;
|
||||
}
|
||||
|
||||
assert( 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