[to #52003940]fixed param_id type convert
This commit is contained in:
@ -2476,7 +2476,7 @@ int ObMPStmtExecute::parse_param_value(ObIAllocator &allocator,
|
||||
TypeInfo *type_info,
|
||||
ObObjParam ¶m,
|
||||
const char *bitmap,
|
||||
int16_t param_id)
|
||||
int64_t param_id)
|
||||
{
|
||||
int ret = OB_SUCCESS;
|
||||
uint64_t length = 0;
|
||||
|
||||
Reference in New Issue
Block a user