1
0
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:
drh
2018-05-26 12:21:21 +00:00
parent ecdc742790
commit f403e1af0b
3 changed files with 8 additions and 8 deletions

View File

@ -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;