fix insert_lob_column collation_type change

This commit is contained in:
shadowao 2024-05-23 06:20:25 +00:00 committed by ob-robot
parent 3da40a4a98
commit f5f654c73a

View File

@ -333,7 +333,7 @@ int ObInsertLobColumnHelper::insert_lob_column(ObIAllocator &allocator,
lob_param.sql_mode_ = SMO_DEFAULT;
lob_param.ls_id_ = ls_id;
lob_param.tablet_id_ = tablet_id;
lob_param.coll_type_ = collation_type;
lob_param.coll_type_ = ObLobCharsetUtil::get_collation_type(obj_type, collation_type);
lob_param.allocator_ = &allocator;
lob_param.lob_common_ = nullptr;
lob_param.timeout_ = timeout_ts;