1
0
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:
drh
2009-09-08 02:27:58 +00:00
parent 3e9ca09453
commit b7f1d9a747
4 changed files with 24 additions and 26 deletions

View File

@@ -734,7 +734,7 @@ static int codeTriggerProgram(
}
}
if( pStep->op!=TK_SELECT ){
sqlite3VdbeAddOp1(v, OP_ResetCount, 1);
sqlite3VdbeAddOp0(v, OP_ResetCount);
}
}