1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-06 15:49:35 +03:00

Add the NGQP solver.

FossilOrigin-Name: 5d37587c50d8932b6357bfd03152a851510a4317
This commit is contained in:
drh
2013-05-08 03:05:41 +00:00
parent 43fe25fcef
commit a18f3d271e
4 changed files with 207 additions and 83 deletions

View File

@@ -2021,6 +2021,7 @@ struct WhereLevel {
Index *pCovidx; /* Possible covering index for WHERE_MULTI_OR */
} u;
double rOptCost; /* "Optimal" cost for this level */
struct WhereLoop *pWLoop; /* The selected WhereLoop object */
/* The following field is really not part of the current level. But
** we need a place to cache virtual table index information for each