Searched refs:OPFLAG_NCHANGE (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Ddelete.c350 (count?OPFLAG_NCHANGE:0) | OPFLAG_CSCHANGE);
H A DsqliteInt.h951 #define OPFLAG_NCHANGE 1 /* Set to update db->nChange */ macro
H A Dinsert.c895 (pParse->trigStack?0:OPFLAG_NCHANGE) |
H A Dvdbe.c2912 ** If the OPFLAG_NCHANGE flag of P2 is set, then the row change count is
2948 if( pOp->p2 & OPFLAG_NCHANGE ) db->nChange++;
2999 ** If the OPFLAG_NCHANGE flag of P2 is set, then the row change count is
3015 if( pOp->p2 & OPFLAG_NCHANGE ) db->nChange++;

Completed in 445 milliseconds