fix dblink transaction bug
This commit is contained in:
@ -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),
|
||||
|
||||
Reference in New Issue
Block a user