1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-14 00:22:38 +03:00

Remove the unused 'next_cookie' mechanism. (CVS 1634)

FossilOrigin-Name: c94a9759ca6346a8c32f388a7aa1f0f139d6abc2
This commit is contained in:
danielk1977
2004-06-19 09:35:36 +00:00
parent 92f9a1bbda
commit ec8450f6cb
7 changed files with 17 additions and 21 deletions

View File

@@ -1271,7 +1271,7 @@ int sqlite3VdbeReset(Vdbe *p, char **pzErrMsg){
if( p->rc!=SQLITE_OK ){
sqlite3RollbackInternalChanges(db);
}else if( db->flags & SQLITE_InternChanges ){
db->flags &= ~SQLITE_InternChanges;
sqlite3CommitInternalChanges(db);
}
if( (p->magic==VDBE_MAGIC_RUN && p->pc>=0) || p->magic==VDBE_MAGIC_HALT ){