[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

@ -375,7 +375,7 @@ void ObSQLSessionInfo::destroy(bool skip_sys_var)
}
// 反序列化出来的 session 不应该做 end_trans 等清理工作
// bug: https://aone.alibaba-inc.com/issue/17438593
// bug:
if (false == get_is_deserialized()) {
if (false == ObSchemaService::g_liboblog_mode_) {
//session断开时调用ObTransService::end_trans回滚事务,