[fix] remove some internal urls and emails

This commit is contained in:
obdev
2023-03-17 20:55:23 +08:00
committed by ob-robot
parent e386747097
commit 8ce2f275c4
647 changed files with 905 additions and 905 deletions

View File

@ -1198,7 +1198,7 @@ private:
ObExecContext *cur_exec_ctx_;
bool restore_auto_commit_; // for dblink xa transaction to restore the value of auto_commit
oceanbase::sql::ObDblinkCtxInSession dblink_context_;
int64_t sql_req_level_; // for sql request between cluster avoid dead lock, such as dblink dead lock https://yuque.antfin.com/ob/sql/gum62i
int64_t sql_req_level_; // for sql request between cluster avoid dead lock, such as dblink dead lock
int64_t expect_group_id_;
// When try packet retry failed, set this flag true and retry at current thread.
// This situation is unexpected and will report a warning to user.