1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-10 01:02:56 +03:00

Finish removing the sqlite3.inTrans field. In the previous check-in, it was

merely commented out because I failed to select File->Save on my text editor.

FossilOrigin-Name: 2f97e38a6611cb17c24d74332d3ac3777dc0dd3e
This commit is contained in:
drh
2013-05-28 17:30:52 +00:00
parent 4580d759fb
commit cda73feaa2
3 changed files with 7 additions and 8 deletions

View File

@@ -1024,7 +1024,6 @@ void sqlite3RollbackAll(sqlite3 *db, int tripCode){
inTrans = 1;
}
sqlite3BtreeRollback(p, tripCode);
// db->aDb[i].inTrans = 0;
}
}
sqlite3VtabRollback(db);