fix dblink transaction bug

This commit is contained in:
cqliang1995
2024-03-15 17:15:43 +00:00
committed by ob-robot
parent 4de78f3ba5
commit 43c435fe20
50 changed files with 1287 additions and 453 deletions

View File

@ -435,6 +435,7 @@ private:
bool is_com_filed_list_; //used to mark COM_FIELD_LIST
bool need_revert_tx_; //dblink
bool will_retry_; // the query will retry, to figure out the final close
bool xa_checking_lock_stoped_;
common::ObString wild_str_;//uesd to save filed wildcard in COM_FIELD_LIST;
common::ObString ps_sql_; // for sql in pl
bool is_init_;
@ -512,6 +513,7 @@ inline ObResultSet::ObResultSet(ObSQLSessionInfo &session, common::ObIAllocator
is_com_filed_list_(false),
need_revert_tx_(false),
will_retry_(false),
xa_checking_lock_stoped_(false),
wild_str_(),
ps_sql_(),
is_init_(false),