WhereLevel
typedef struct WhereLevel WhereLevel;
WhereLevel a[1]; /* Information about each nest loop in the WHERE */
WhereLevel *pLevel;
static void disableTerm(WhereLevel *pLevel, Expr **ppExpr){
pWInfo = sqliteMalloc( sizeof(WhereInfo) + pTabList->nSrc*sizeof(WhereLevel));
WhereLevel *pLevel = &pWInfo->a[i];