reset spm ctx before batched multi stmt fallback to execute one by one
This commit is contained in:
@ -416,6 +416,7 @@ struct ObSpmCacheCtx
|
||||
ObSpmCacheCtx()
|
||||
: bl_key_()
|
||||
{}
|
||||
inline void reset() { bl_key_.reset(); }
|
||||
ObBaselineKey bl_key_;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user