1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-12 13:01:09 +03:00

Fix typos in comments. No changes to code.

FossilOrigin-Name: 77c692a6704cd877ba35d0afb774ab9b46364d59
This commit is contained in:
mistachkin
2016-07-10 19:35:10 +00:00
parent e39cd91aea
commit e234cfd11f
4 changed files with 11 additions and 11 deletions

View File

@@ -1835,7 +1835,7 @@ int sqlite3FindInIndex(Parse *pParse, Expr *pX, u32 inFlags, int *prRhsHasNull){
/* If no preexisting index is available for the IN clause
** and IN_INDEX_NOOP is an allowed reply
** and the RHS of the IN operator is a list, not a subquery
** and the RHS is not contant or has two or fewer terms,
** and the RHS is not constant or has two or fewer terms,
** then it is not worth creating an ephemeral table to evaluate
** the IN operator so return IN_INDEX_NOOP.
*/