diff options
Diffstat (limited to 'src/trigger.c')
-rw-r--r-- | src/trigger.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/trigger.c b/src/trigger.c index 6ae8ea858..f06226734 100644 --- a/src/trigger.c +++ b/src/trigger.c @@ -809,6 +809,7 @@ static TriggerPrg *codeRowTrigger( pProgram->nRef = 1; pPrg->pTrigger = pTrigger; pPrg->orconf = orconf; + pPrg->oldmask = 0xffffffff; /* Allocate and populate a new Parse context to use for coding the ** trigger sub-program. */ |