remove lob_ddl_mysql case in ss mode
This commit is contained in:
@ -75,6 +75,16 @@ public:
|
||||
UNUSED(id);
|
||||
return OB_SUCCESS;
|
||||
}
|
||||
virtual int nonblock_get_leader(const uint64_t tenant_id, int64_t id, common::ObAddr &leader)
|
||||
{
|
||||
UNUSEDx(tenant_id, id, leader);
|
||||
return OB_SUCCESS;
|
||||
}
|
||||
virtual int nonblock_renew_leader(const uint64_t tenant_id, int64_t id)
|
||||
{
|
||||
UNUSEDx(tenant_id, id);
|
||||
return OB_SUCCESS;
|
||||
}
|
||||
};
|
||||
public:
|
||||
int64_t palf_id_;
|
||||
|
||||
Reference in New Issue
Block a user