[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

@ -488,7 +488,7 @@ int ObCreateIndexResolver::resolve(const ParseNode &parse_tree)
if (OB_SUCC(ret) && has_synonym) {
ObString tmp_new_db_name;
ObString tmp_new_tbl_name;
// related issue : https://work.aone.alibaba-inc.com/issue/41062639
// related issue :
if (OB_FAIL(deep_copy_str(new_db_name, tmp_new_db_name))) {
LOG_WARN("failed to deep copy new_db_name", K(ret));
} else if (OB_FAIL(deep_copy_str(new_tbl_name, tmp_new_tbl_name))) {