fix bug push params to params_store twice
This commit is contained in:
parent
65d26b3000
commit
0f527398d4
@ -5423,7 +5423,6 @@ int ObSQLUtils::get_one_group_params(int64_t &actual_pos, ParamStore &src, Param
|
||||
pl::ObPLCollection *coll = NULL;
|
||||
ObObj *data = NULL;
|
||||
if (OB_UNLIKELY(!obj.is_ext())) {
|
||||
OZ (obj_params.push_back(obj));
|
||||
OZ (ObSql::add_param_to_param_store(obj, obj_params));
|
||||
} else {
|
||||
CK (OB_NOT_NULL(coll = reinterpret_cast<pl::ObPLCollection*>(obj.get_ext())));
|
||||
|
Loading…
x
Reference in New Issue
Block a user