1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-11 01:42:22 +03:00

Use automatic indices on subqueries of the FROM clause when appropriate.

FossilOrigin-Name: e8f124284ee0d0e373dc4431668630f1e17015c1
This commit is contained in:
drh
2013-06-17 14:18:21 +00:00
parent 613ba1ea9c
commit 75bf6b984a
4 changed files with 9 additions and 10 deletions

View File

@@ -5770,7 +5770,6 @@ WhereInfo *sqlite3WhereBegin(
*/
sqlite3CodeVerifySchema(pParse, -1); /* Insert the cookie verifier Goto */
notReady = ~(Bitmask)0;
pWInfo->nRowOut = (WhereCost)1;
for(ii=0, pLevel=pWInfo->a; ii<nTabList; ii++, pLevel++){
Table *pTab; /* Table to open */
int iDb; /* Index of database containing table/index */