[CP] fix negative dir id for sql mem mgr

This commit is contained in:
obdev
2022-05-10 15:50:57 +08:00
committed by wangzelin.wzl
parent a8a604e10e
commit db22b2c67c

View File

@ -179,7 +179,7 @@ public:
}
int alloc_dir_id(int64_t& dir_id);
int get_dir_id()
int64_t get_dir_id()
{
return dir_id_;
}