mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-05 15:55:57 +03:00
Add comments to unused P3 fields of selected instructions when NDEBUG is
not defined. This makes VDBE program dumps more readable during debugging. (CVS 1973) FossilOrigin-Name: 4871c77f8fce36ff230e1f026f4e4e49492515e9
This commit is contained in:
@@ -760,7 +760,10 @@ int sqlite3CodeRowTrigger(
|
||||
fire_this = 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* FIX ME: Can we not omit the sqliteMalloc() and make pTriggerStack
|
||||
** point to a stack variable?
|
||||
*/
|
||||
if( fire_this && (pTriggerStack = sqliteMalloc(sizeof(TriggerStack)))!=0 ){
|
||||
int endTrigger;
|
||||
SrcList dummyTablist;
|
||||
|
Reference in New Issue
Block a user