mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-29 08:01:23 +03:00
Minor correction.
FossilOrigin-Name: f20d9a99a477e1d592edb37d741d9d07b015d6772b4c8cf1541ef290d600ca6b
This commit is contained in:
@ -1109,7 +1109,7 @@ static int geopolyBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo){
|
||||
&& p->iColumn==pRtree->nAux
|
||||
&& p->op==SQLITE_INDEX_CONSTRAINT_MATCH
|
||||
){
|
||||
zIdxStr[0] = RTREE_MATCH;
|
||||
zIdxStr[0] = RTREE_QUERY;
|
||||
zIdxStr[1] = 'x';
|
||||
zIdxStr[2] = 0;
|
||||
pIdxInfo->aConstraintUsage[ii].argvIndex = 0;
|
||||
|
Reference in New Issue
Block a user