Home | History | Annotate | Download | only in orig

Lines Matching refs:usesStmtJournal

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