Searched refs:errCnt (Results 1 – 1 of 1) sorted by relevance
27617 int errCnt = 0; /* Number of errors seen */ in process_input() local27630 while( errCnt==0 || !bail_on_error || (p->in==0 && stdin_is_interactive) ){ in process_input()27663 errCnt++; in process_input()27691 errCnt += runOneSqlLine(p, zSql, p->in, startline); in process_input()27711 errCnt += runOneSqlLine(p, zSql, p->in, startline); in process_input()27717 return errCnt>0; in process_input()