Searched refs:OPFLAG_AUXDELETE (Results 1 – 1 of 1) sorted by relevance
19909 #define OPFLAG_AUXDELETE 0x04 /* OP_Delete: index in a DELETE op */ macro98474 assert( (pOp->p5 & ~(OPFLAG_SAVEPOSITION|OPFLAG_AUXDELETE))==0 );98476 assert( OPFLAG_AUXDELETE==BTREE_AUXDELETE );98481 && (pOp->p5 & OPFLAG_AUXDELETE)==0127717 sqlite3VdbeChangeP5(v, OPFLAG_AUXDELETE);