Lines Matching full:stat1
19181 tRowcnt *aiRowEst; /* Non-logarithmic stat1 data for this index */
120867 #define STAT_GET_STAT1 0 /* "stat" column of stat1 table */
120890 ** stat1 table entry information.
121340 /* Add the entry to the stat1 table. */
127519 /* Indexes with default row estimates should not have stat1 data */
127530 ** stat1 data to be ignored by the query planner.
143190 /* Check for size change if stat1 has been used for a query */
229808 SessionStat1Ctx stat1 = {{0,0,0,0,0},0};
229834 stat1.hook = pSession->hook;
229835 stat1.pSession = pSession;
229836 pSession->hook.pCtx = (void*)&stat1;
229963 pSession->hook = stat1.hook;