Split the memory of ObExecContext::temp_ctx_ between tenants.
This commit is contained in:
		@ -603,7 +603,7 @@ protected:
 | 
				
			|||||||
  // expression evaluating allocator
 | 
					  // expression evaluating allocator
 | 
				
			||||||
  common::ObArenaAllocator eval_res_allocator_;
 | 
					  common::ObArenaAllocator eval_res_allocator_;
 | 
				
			||||||
  common::ObArenaAllocator eval_tmp_allocator_;
 | 
					  common::ObArenaAllocator eval_tmp_allocator_;
 | 
				
			||||||
  ObSEArray<ObSqlTempTableCtx, 2> temp_ctx_;
 | 
					  ObTMArray<ObSqlTempTableCtx> temp_ctx_;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  // 用于 NLJ 场景下对右侧分区表 TSC 扫描做动态 pruning
 | 
					  // 用于 NLJ 场景下对右侧分区表 TSC 扫描做动态 pruning
 | 
				
			||||||
  ObGIPruningInfo gi_pruning_info_;
 | 
					  ObGIPruningInfo gi_pruning_info_;
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user