Split the memory of ObExecContext::temp_ctx_ between tenants.

This commit is contained in:
obdev 2024-02-10 01:45:29 +00:00 committed by ob-robot
parent 828fb8b357
commit ecf9d91575

View File

@ -603,7 +603,7 @@ protected:
// expression evaluating allocator
common::ObArenaAllocator eval_res_allocator_;
common::ObArenaAllocator eval_tmp_allocator_;
ObSEArray<ObSqlTempTableCtx, 2> temp_ctx_;
ObTMArray<ObSqlTempTableCtx> temp_ctx_;
// 用于 NLJ 场景下对右侧分区表 TSC 扫描做动态 pruning
ObGIPruningInfo gi_pruning_info_;