[BUGFIX] fix copy meta with lob header
This commit is contained in:
3
deps/oblib/src/common/object/ob_object.h
vendored
3
deps/oblib/src/common/object/ob_object.h
vendored
@ -1149,6 +1149,9 @@ public:
|
|||||||
} else {
|
} else {
|
||||||
meta_.set_collation_level(meta.get_collation_level());
|
meta_.set_collation_level(meta.get_collation_level());
|
||||||
}
|
}
|
||||||
|
if (meta.has_lob_header() && oceanbase::is_lob_storage(get_type())) {
|
||||||
|
set_has_lob_header();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
OB_INLINE void copy_value_to(ObObj &obj, bool &has_null) const {
|
OB_INLINE void copy_value_to(ObObj &obj, bool &has_null) const {
|
||||||
|
Reference in New Issue
Block a user