提交 bfab1745 编写于 作者: O obdev 提交者: ob-robot

fix compile for test_urowid with release so && add conf file for pretest && update CODEOWNER

上级 1015672b
......@@ -249,7 +249,7 @@ DEF_GET_OTIME_PK_VALUE(ObTimestampNanoType, timestamp_nano, uint16_t);
ObURowIDData::get_pk_val_func ObURowIDData::inner_get_funcs_[ObMaxType] = {
LST_DO(DEF_GET_PK_FUNC, (, ), ALL_TYPES_USED_IN_INNER_FUNC)};
inline int ObURowIDData::get_pk_value(ObObjType obj_type, int64_t& pos, ObObj& pk_val) const
int ObURowIDData::get_pk_value(ObObjType obj_type, int64_t& pos, ObObj& pk_val) const
{
int ret = OB_SUCCESS;
if (OB_UNLIKELY(obj_type >= ObMaxType) || OB_UNLIKELY(NULL == inner_get_funcs_[obj_type])) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册