[CP] [CP] fix: fix the core induced by NLJ batch rescan not reset the ptr of ObDatum
This commit is contained in:
@ -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 ;
|
||||
|
||||
@ -2379,7 +2379,7 @@
|
||||
"_nlj_batching_enabled": {
|
||||
"id": 10080,
|
||||
"name": "_nlj_batching_enabled",
|
||||
"default_value": "1",
|
||||
"default_value": "0",
|
||||
"base_value": "1",
|
||||
"data_type": "bool",
|
||||
"info": "enable batching of the RHS IO in NLJ",
|
||||
|
||||
Reference in New Issue
Block a user