mirror of
https://github.com/sqlite/sqlite.git
synced 2025-11-18 10:21:03 +03:00
Add missing "static" to internal function whereRangeVectorLen().
FossilOrigin-Name: cbed3d75cf9a24037263d126727db7dd048a4f97
This commit is contained in:
@@ -2223,7 +2223,7 @@ static void whereLoopOutputAdjust(
|
||||
** then this function would be invoked with nEq=1. The value returned in
|
||||
** this case is 3.
|
||||
*/
|
||||
int whereRangeVectorLen(
|
||||
static int whereRangeVectorLen(
|
||||
Parse *pParse, /* Parsing context */
|
||||
int iCur, /* Cursor open on pIdx */
|
||||
Index *pIdx, /* The index to be used for a inequality constraint */
|
||||
|
||||
Reference in New Issue
Block a user