[CP] [to #44352686] fix is_prepare_protocol in resolve_external_symbol

This commit is contained in:
obdev
2022-12-26 03:46:08 +00:00
committed by ob-robot
parent 4e3904ab4d
commit 5c2ed71dd6
4 changed files with 18 additions and 13 deletions

View File

@ -1521,6 +1521,7 @@ int ObRawExprResolverImpl::check_pl_variable(ObQualifiedName &q_name, bool &is_p
fake_columns,
fake_exprs,
var,
false,/*is_prepare_protocol*/
true,/*is_check_mode*/
ctx_.current_scope_ != T_PL_SCOPE /*is_sql_scope*/))) {
LOG_INFO("failed to resolve external symbol", K(q_name), K(ret));