Home | History | Annotate | Download | only in orig

Lines Matching defs:newTnum

10462     int newTnum;                /* Rootpage of table being initialized */
87875 ** for the table from the db->init.newTnum field. (The page number
87879 p->tnum = db->init.newTnum;
89249 pIndex->tnum = db->init.newTnum;
100644 db->init.newTnum = sqlite3Atoi(argv[1]);