fix plan bug for gi allocation

This commit is contained in:
obdev
2023-02-24 15:57:06 +00:00
committed by ob-robot
parent e5e94972ef
commit 2fc9f4a99d

View File

@ -3991,6 +3991,7 @@ void AllocGIContext::reset_info()
{ {
state_ = GIS_NORMAL; state_ = GIS_NORMAL;
multi_child_op_above_count_in_dfo_ = 0; multi_child_op_above_count_in_dfo_ = 0;
alloc_gi_ = false;
} }
AllocGIContext::GIState AllocGIContext::get_state() AllocGIContext::GIState AllocGIContext::get_state()