[master] fix tx free route reject multi-stmt on tmp node

This commit is contained in:
chinaxing
2023-02-13 09:44:49 +00:00
committed by ob-robot
parent 8487f67368
commit 173515e1b4
4 changed files with 11 additions and 7 deletions

View File

@ -1191,6 +1191,7 @@ public:
bool can_txn_free_route() const;
virtual bool is_txn_free_route_temp() const { return tx_desc_ != NULL && txn_free_route_ctx_.is_temp(*tx_desc_); }
transaction::ObTxnFreeRouteCtx &get_txn_free_route_ctx() { return txn_free_route_ctx_; }
uint64_t get_txn_free_route_flag() const { return txn_free_route_ctx_.get_audit_record(); }
void check_txn_free_route_alive();
private:
transaction::ObTxnFreeRouteCtx txn_free_route_ctx_;