[to #49898394]4.1 & master ps cursor retry not set pl flag

This commit is contained in:
LiuYoung00
2023-05-26 06:41:23 +00:00
committed by ob-robot
parent dd53c64400
commit f244dded1a

View File

@ -3784,7 +3784,7 @@ int ObSPIService::dbms_cursor_open(ObPLExecCtx *ctx,
cli_ret,
true,
true,
true);
cursor.is_ps_cursor() ? false : true);
LOG_WARN("failed to fill_cursor, check if need retry",
K(ret), K(cli_ret), K(retry_ctrl.need_retry()),
K(sql_stmt), K(ps_sql), K(exec_params));