mirror of
https://github.com/sqlite/sqlite.git
synced 2025-11-12 13:01:09 +03:00
Fix EXPLAIN QUERY PLAN so that it describes IN operators implemented using
a ROWID lookup. FossilOrigin-Name: 60045fbf52162f15f2e18a4e392e80fab19bdbce242728b5e62b0894eac49dfd
This commit is contained in:
@@ -2366,7 +2366,8 @@ int sqlite3FindInIndex(
|
||||
|
||||
sqlite3OpenTable(pParse, iTab, iDb, pTab, OP_OpenRead);
|
||||
eType = IN_INDEX_ROWID;
|
||||
|
||||
ExplainQueryPlan((pParse, 0,
|
||||
"USING ROWID SEARCH ON TABLE %s FOR IN-OPERATOR",pTab->zName));
|
||||
sqlite3VdbeJumpHere(v, iAddr);
|
||||
}else{
|
||||
Index *pIdx; /* Iterator variable */
|
||||
|
||||
Reference in New Issue
Block a user