[CP] [to #54418817]fix ref_cursor core

This commit is contained in:
seuwebber
2024-02-09 09:59:44 +00:00
committed by ob-robot
parent 1e35406d4c
commit f96d42f2ca

View File

@ -936,6 +936,7 @@ int ObMPStmtExecute::request_params(ObSQLSessionInfo *session,
// Step5: decode value
for (int64_t i = 0; OB_SUCC(ret) && i < input_param_num; ++i) {
ObObjParam &param = is_arraybinding_ ? arraybinding_params_->at(i) : params_->at(i);
param.reset();
if (OB_SUCC(ret) && OB_FAIL(parse_request_param_value(alloc,
session,
pos,