to issue<54750206>:select udf donot open transaction if udf has no dml stmt

This commit is contained in:
hanr881
2024-02-19 13:46:54 +00:00
committed by ob-robot
parent b6cdfaef1c
commit eb4ce0dc71
7 changed files with 32 additions and 16 deletions

View File

@ -289,7 +289,7 @@ public:
static int set_parallel_info(sql::ObSQLSessionInfo &session_info,
share::schema::ObSchemaGetterGuard &schema_guard,
ObRawExpr &expr,
bool &contain_select_stmt);
ObQueryCtx &ctx);
static int resolve_external_symbol(common::ObIAllocator &allocator,
sql::ObRawExprFactory &expr_factory,