[CP] [to #45189434]prepare local user type for routine codeGen

This commit is contained in:
seuwebber
2022-11-09 13:38:12 +00:00
committed by wangzelin.wzl
parent 2a46dfbd3a
commit 337b781616

View File

@ -7669,6 +7669,8 @@ int ObPLCodeGenerator::generate(ObPLFunction &pl_func)
LOG_WARN("failed to init augument", K(ret));
} else if (OB_FAIL(prepare_external())) {
LOG_WARN("failed to prepare external", K(ret));
} else if (lib::is_oracle_mode() && OB_FAIL(prepare_local_user_type())) {
LOG_WARN("failed to prepare local user type", K(ret));
} else if (OB_FAIL(prepare_expression(pl_func))) {
LOG_WARN("failed to prepare expression", K(ret));
} else if (OB_FAIL(prepare_subprogram(pl_func))) {