fix: gts_callback_interrupted change tenant failure
This commit is contained in:
@ -326,6 +326,11 @@ public:
|
||||
return ret;
|
||||
}
|
||||
|
||||
int remove_dropped_tenant(const uint64_t tenant_id) {
|
||||
UNUSED(tenant_id);
|
||||
return OB_SUCCESS;
|
||||
}
|
||||
|
||||
int update_base_ts(const int64_t base_ts) { return OB_SUCCESS; }
|
||||
int get_base_ts(int64_t &base_ts) { return OB_SUCCESS; }
|
||||
bool is_external_consistent(const uint64_t tenant_id) { return true; }
|
||||
|
||||
Reference in New Issue
Block a user