[to #50408284]spi_result need close result set first

This commit is contained in:
LiuYoung00
2023-07-26 10:12:46 +00:00
committed by ob-robot
parent 271b8814fe
commit 0cabd54742
2 changed files with 8 additions and 1 deletions

View File

@ -111,7 +111,7 @@ public:
need_end_nested_stmt_(EST_NEED_NOT),
mem_context_(nullptr),
mem_context_destroy_guard_(mem_context_),
allocator_(ObModIds::OB_PL_TEMP),
allocator_(ObModIds::OB_PL_TEMP, OB_MALLOC_NORMAL_BLOCK_SIZE, MTL_ID()),
result_set_(NULL),
sql_ctx_(),
schema_guard_(share::schema::ObSchemaMgrItem::MOD_SPI_RESULT_SET),