mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-07 02:42:48 +03:00
Replace the Parse.disableVtab field with Parse.prepFlags for increased
generality, a small size reduction, and a small performance increase. FossilOrigin-Name: b7da0bcdf70e53ab1ec00a0694e17c7429e23bc6eb3f39b622d06a930aa2f6a3
This commit is contained in:
@@ -1191,7 +1191,7 @@ static TriggerPrg *codeRowTrigger(
|
||||
sSubParse.zAuthContext = pTrigger->zName;
|
||||
sSubParse.eTriggerOp = pTrigger->op;
|
||||
sSubParse.nQueryLoop = pParse->nQueryLoop;
|
||||
sSubParse.disableVtab = pParse->disableVtab;
|
||||
sSubParse.prepFlags = pParse->prepFlags;
|
||||
|
||||
v = sqlite3GetVdbe(&sSubParse);
|
||||
if( v ){
|
||||
|
Reference in New Issue
Block a user