[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

@ -125,7 +125,7 @@ int ObExprAutoincNextval::check_and_cast(ObObj &result,
is_to_generate = true;
}
} else {
// see: https://code.aone.alibaba-inc.com/oceanbase/oceanbase/codereview/2047802
// see:
if (autoinc_param->is_ignore_) {
is_to_generate = true;
}
@ -163,7 +163,7 @@ int ObExprAutoincNextval::check_and_cast(ObObj &result,
// 这个函数要解决的问题是:当用户插入一个负数到 signed int 自增列时,
// 要允许插入。需要一个机制来判断:用户插入的是负数。本函数就是解决这个问题
//
// 详细 MySQL 行为参考 :https://yuque.antfin-inc.com/ob/sql/gmhw4x
// 详细 MySQL 行为参考 :
//
// 出参说明:
// casted_value 用于设置到 ObPacket 的 lii_ 域,是一个 unsigned 值