Home
last modified time | relevance | path

Searched refs:hasCreateIndex (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Dvdbeaux.c712 int hasCreateIndex = 0; in sqlite3VdbeAssertMayAbort() local
740 if( opcode==OP_CreateBtree && pOp->p3==BTREE_BLOBKEY ) hasCreateIndex = 1; in sqlite3VdbeAssertMayAbort()
741 if( opcode==OP_Clear ) hasCreateIndex = 1; in sqlite3VdbeAssertMayAbort()
758 || (hasCreateTable && hasInitCoroutine) || hasCreateIndex in sqlite3VdbeAssertMayAbort()