Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion tools/terrier_bench/terrier.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,6 @@ void Bench2TaskTransfer(const int thread_id, const int terrier_num, const uint64
fmt::print(stderr, "unexpected result when update \"{}\" != 1\n", result);
exit(1);
}
metrics.TxnCommitted();

if (!bustub->txn_manager_->Commit(txn)) {
metrics.TxnAborted();
Expand Down