set the initial value of wrs to scn min

This commit is contained in:
obdev
2022-11-28 02:55:06 +00:00
committed by ob-robot
parent 99d4f56fec
commit 87a9357186
406 changed files with 6473 additions and 50308 deletions

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))) {