Home | History | Annotate | Download | only in orig

Lines Matching defs:isIgnoreErrors

88446   int isIgnoreErrors = pParse->disableTriggers;
88478 assert( isIgnoreErrors==0 || (regOld!=0 && regNew==0) );
88479 if( !isIgnoreErrors || db->mallocFailed ) return;
88481 /* If isIgnoreErrors is true, then a table is being dropped. In this
88558 if( !isIgnoreErrors || db->mallocFailed ) return;