[CP] [CP] fix: fix the core induced by NLJ batch rescan not reset the ptr of ObDatum

This commit is contained in:
obdev
2023-12-28 06:43:23 +00:00
committed by ob-robot
parent a174f2d64b
commit 011be29d55
6 changed files with 21 additions and 7 deletions

View File

@ -2367,7 +2367,7 @@ static struct VarsInit{
}();
[&] (){
ObSysVars[166].default_value_ = "1" ;
ObSysVars[166].default_value_ = "0" ;
ObSysVars[166].info_ = "enable batching of the RHS IO in NLJ" ;
ObSysVars[166].name_ = "_nlj_batching_enabled" ;
ObSysVars[166].data_type_ = ObIntType ;