Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c88494 int hasCreateTable = 0; local
88517 if( opcode==OP_CreateBtree && pOp->p3==BTREE_INTKEY ) hasCreateTable = 1;
88541 || (hasCreateTable && hasInitCoroutine) || hasCreateIndex