提交 dccc4431 编写于 作者: O obdev 提交者: wangzelin.wzl

[CP] Fix block id overflow bug.

上级 7c4d50e3
......@@ -184,7 +184,7 @@ public:
{
block_id_ = block_id;
}
OB_INLINE int32_t get_block_id() const
OB_INLINE int64_t get_block_id() const
{
return block_id_;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册