Lines Matching refs:stat1
18119 tRowcnt *aiRowEst; /* Non-logarithmic stat1 data for this index */
115394 #define STAT_GET_STAT1 0 /* "stat" column of stat1 table */
115417 ** stat1 table entry information.
115861 /* Add the entry to the stat1 table. */
121994 /* Indexes with default row estimates should not have stat1 data */
122005 ** stat1 data to be ignored by the query planner.
216823 SessionStat1Ctx stat1 = {{0,0,0,0,0},0};
216844 stat1.hook = pSession->hook;
216845 stat1.pSession = pSession;
216846 pSession->hook.pCtx = (void*)&stat1;
216957 pSession->hook = stat1.hook;