mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-01 06:27:03 +03:00
Add comment using the name "predicate push-down optimization" to what we have
also called "WHERE-clause push down". No changes to code. FossilOrigin-Name: be77fe701c7b7d3407800e1ed6a4c8be14035831790419cc99362bff41c65b60
This commit is contained in:
@ -5077,7 +5077,8 @@ static int pushDownWindowCheck(Parse *pParse, Select *pSubq, Expr *pExpr){
|
||||
**
|
||||
** NAME AMBIGUITY
|
||||
**
|
||||
** This optimization is called the "WHERE-clause push-down optimization".
|
||||
** This optimization is called the "WHERE-clause push-down optimization"
|
||||
** or sometimes the "predicate push-down optimization".
|
||||
**
|
||||
** Do not confuse this optimization with another unrelated optimization
|
||||
** with a similar name: The "MySQL push-down optimization" causes WHERE
|
||||
|
Reference in New Issue
Block a user