Home | History | Annotate | Download | only in dist

Lines Matching defs:stat1

18707   tRowcnt *aiRowEst;       /* Non-logarithmic stat1 data for this index */
118511 #define STAT_GET_STAT1 0 /* "stat" column of stat1 table */
118534 ** stat1 table entry information.
118984 /* Add the entry to the stat1 table. */
125158 /* Indexes with default row estimates should not have stat1 data */
125169 ** stat1 data to be ignored by the query planner.
224728 SessionStat1Ctx stat1 = {{0,0,0,0,0},0};
224754 stat1.hook = pSession->hook;
224755 stat1.pSession = pSession;
224756 pSession->hook.pCtx = (void*)&stat1;
224878 pSession->hook = stat1.hook;