Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dvdbeaux.c711 int hasCreateTable = 0; in sqlite3VdbeAssertMayAbort() local
734 if( opcode==OP_CreateBtree && pOp->p3==BTREE_INTKEY ) hasCreateTable = 1; in sqlite3VdbeAssertMayAbort()
758 || (hasCreateTable && hasInitCoroutine) || hasCreateIndex in sqlite3VdbeAssertMayAbort()