Home | History | Annotate | Download | only in dist

Lines Matching defs:usesStmtJournal

14200   bft usesStmtJournal:1;  /* True if uses a statement journal */
63905 p->usesStmtJournal = (u8)(pParse->isMultiWrite && pParse->mayAbort);
64571 if( (mrc==SQLITE_NOMEM || mrc==SQLITE_FULL) && p->usesStmtJournal ){
69261 assert( p->usesStmtJournal );
71038 ** If a write-transaction is started and the Vdbe.usesStmtJournal flag is
71085 if( pOp->p2 && p->usesStmtJournal