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

Commit a4c17d8

Browse files
committed
Fix LOG_TRACE compilation
1 parent 8f48f47 commit a4c17d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traffic_cop/tcop.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ void Tcop::ExecuteStatementPlanGetResult(ClientProcessState &state) {
372372
// Abort
373373
LOG_TRACE("Abort Transaction");
374374
if (state.single_statement_txn_) {
375-
LOG_TRACE("Tcop_txn_state size: %lu", tcop_txn_state_.size());
375+
LOG_TRACE("Tcop_txn_state size: %lu", state.tcop_txn_state_.size());
376376
state.p_status_.m_result = AbortQueryHelper(state);
377377
} else {
378378
state.tcop_txn_state_.top().second = ResultType::ABORTED;

0 commit comments

Comments
 (0)