[to #52003940]fixed param_id type convert

This commit is contained in:
LiuYoung00
2023-09-08 11:29:29 +08:00
committed by ob-robot
parent 30fc23a236
commit 14782ab746
4 changed files with 22 additions and 22 deletions

View File

@ -2476,7 +2476,7 @@ int ObMPStmtExecute::parse_param_value(ObIAllocator &allocator,
TypeInfo *type_info,
ObObjParam &param,
const char *bitmap,
int16_t param_id)
int64_t param_id)
{
int ret = OB_SUCCESS;
uint64_t length = 0;