[CP] [to #46479597] use hint query_timeout to fill_cursor

This commit is contained in:
LiuYoung00
2024-03-14 02:50:29 +00:00
committed by ob-robot
parent 126c1d5744
commit 702989b21d
3 changed files with 19 additions and 7 deletions

View File

@ -739,7 +739,7 @@ public:
ObSPIOutParams &out_params);
static void adjust_pl_status_for_xa(sql::ObExecContext &ctx, int &result);
static int fill_cursor(ObResultSet &result_set, ObSPICursor *cursor);
static int fill_cursor(ObResultSet &result_set, ObSPICursor *cursor, int64_t new_query_start_time);
#ifdef OB_BUILD_ORACLE_PL
static int spi_execute_dblink(pl::ObPLExecCtx *ctx,