From 4dd41a05c9f82841ac6a6a9f6f726b499c2be91b Mon Sep 17 00:00:00 2001 From: KyrielightWei Date: Tue, 23 Jul 2024 13:38:51 +0000 Subject: [PATCH] Hold a placeholder on master for tx_consistency_type_ --- src/storage/tx/ob_tx_free_route_state.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/storage/tx/ob_tx_free_route_state.cpp b/src/storage/tx/ob_tx_free_route_state.cpp index 2a2890fc7b..e6fa620b52 100644 --- a/src/storage/tx/ob_tx_free_route_state.cpp +++ b/src/storage/tx/ob_tx_free_route_state.cpp @@ -152,7 +152,8 @@ TXN_FREE_ROUTE_MEMBERS(extra, PRE_ENCODE_EXTRA_FOR_VERIFY, PRE_EXTRA_DECODE, POS isolation_, // dup with static snapshot_version_, snapshot_scn_, - seq_base_); + seq_base_, + tx_consistency_type_); #undef TXN_FREE_ROUTE_MEMBERS int64_t ObTxDesc::estimate_state_size()