Lines Matching refs:stat1
19820 tRowcnt *aiRowEst; /* Non-logarithmic stat1 data for this index */
124206 #define STAT_GET_STAT1 0 /* "stat" column of stat1 table */
124229 ** stat1 table entry information.
124679 /* Add the entry to the stat1 table. */
130884 /* Indexes with default row estimates should not have stat1 data */
130895 ** stat1 data to be ignored by the query planner.
147145 /* Check for size change if stat1 has been used for a query */
235082 SessionStat1Ctx stat1 = {{0,0,0,0,0},0};
235108 stat1.hook = pSession->hook;
235109 stat1.pSession = pSession;
235110 pSession->hook.pCtx = (void*)&stat1;
235237 pSession->hook = stat1.hook;