reset spm ctx before batched multi stmt fallback to execute one by one

This commit is contained in:
obdev
2023-02-09 17:10:53 +00:00
committed by ob-robot
parent 7edc366131
commit 65769df1a6
3 changed files with 3 additions and 0 deletions

View File

@ -416,6 +416,7 @@ struct ObSpmCacheCtx
ObSpmCacheCtx()
: bl_key_()
{}
inline void reset() { bl_key_.reset(); }
ObBaselineKey bl_key_;
};