mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-05 15:55:57 +03:00
Further simplifications to the VDBE - removing functionality that is no longer
used. FossilOrigin-Name: b271e16621831957468a1d3925174aac73f58891
This commit is contained in:
@@ -734,7 +734,7 @@ static int codeTriggerProgram(
|
||||
}
|
||||
}
|
||||
if( pStep->op!=TK_SELECT ){
|
||||
sqlite3VdbeAddOp1(v, OP_ResetCount, 1);
|
||||
sqlite3VdbeAddOp0(v, OP_ResetCount);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user