[CP] fix session var solidify ap-sysbench bugs
Co-authored-by: 2149 <260391947@qq.com>
This commit is contained in:
@ -856,7 +856,7 @@ int ObExecContext::get_pwj_map(PWJTabletIdMap *&pwj_map)
|
||||
return ret;
|
||||
}
|
||||
|
||||
int ObExecContext::get_local_var_array(int64_t local_var_array_id, const ObLocalSessionVar *&var_array)
|
||||
int ObExecContext::get_local_var_array(int64_t local_var_array_id, const ObSolidifiedVarsContext *&var_array)
|
||||
{
|
||||
int ret = OB_SUCCESS;
|
||||
var_array = NULL;
|
||||
|
||||
Reference in New Issue
Block a user