Skip to content
This repository was archived by the owner on Sep 27, 2019. It is now read-only.

Commit 6787337

Browse files
committed
add LOG_TRACE when ending transaction early
1 parent 5711dc2 commit 6787337

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/concurrency/timestamp_ordering_transaction_manager.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -627,6 +627,7 @@ ResultType TimestampOrderingTransactionManager::CommitTransaction(
627627

628628
// if no modifying queries, treat as read-only
629629
if (rw_set.empty()) {
630+
LOG_TRACE("Empty RW set, ending transaction.");
630631
EndTransaction(current_txn);
631632
return ResultType::SUCCESS;
632633
}

0 commit comments

Comments
 (0)