optimize get_clog_parent interface.

This commit is contained in:
hf0
2021-11-03 13:46:04 +08:00
committed by LINxiansheng
parent 0121cc45a8
commit 85c634e194
8 changed files with 33 additions and 14 deletions

View File

@ -528,7 +528,7 @@ public:
UNUSED(leader);
return common::OB_SUCCESS;
}
virtual int get_clog_parent(common::ObAddr& parent, int64_t& cluster_id) const
virtual int get_clog_parent_for_migration(common::ObAddr &parent, int64_t &cluster_id) const
{
UNUSED(parent);
UNUSED(cluster_id);