From c1200c00c8bd12dd91f36cd34fe9cfb50fe7dc05 Mon Sep 17 00:00:00 2001 From: LiuYoung00 Date: Wed, 19 Jul 2023 10:12:25 +0000 Subject: [PATCH] [to #50896821]fixed ps cursor local retry --- src/sql/ob_spi.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sql/ob_spi.cpp b/src/sql/ob_spi.cpp index be3fde697b..3dfb9fc88b 100644 --- a/src/sql/ob_spi.cpp +++ b/src/sql/ob_spi.cpp @@ -3789,7 +3789,7 @@ int ObSPIService::dbms_cursor_open(ObPLExecCtx *ctx, ret, cli_ret, cursor.is_ps_cursor() ? false : true, - true, + cursor.is_ps_cursor() ? false : 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()),