[SCN] fix farm failure

This commit is contained in:
obdev
2022-11-28 02:58:33 +00:00
committed by ob-robot
parent 87a9357186
commit 51de5b5911
594 changed files with 9722 additions and 7770 deletions

View File

@ -181,7 +181,7 @@ int ObPLRouter::simple_resolve(ObPLFunctionAST &func_ast)
if (OB_FAIL(ObSQLUtils::convert_sql_text_from_schema_for_resolve(
inner_allocator_, session_info_.get_dtc_params(), body))) {
LOG_WARN("fail to get routine body", K(ret));
} else if (OB_FAIL(parser.parse_routine_body(body, parse_tree))) {
} else if (OB_FAIL(parser.parse_routine_body(body, parse_tree, session_info_.is_for_trigger_package()))) {
LOG_WARN("parse routine body failed", K(ret), K(body));
}
}