[FEAT MERGE] mds_mvs
Co-authored-by: xuhuleon <xuhuleon@qq.com> Co-authored-by: godyangfight <godyangfight@gmail.com> Co-authored-by: JiahuaChen <garfieldjia@qq.com>
This commit is contained in:
@ -521,6 +521,7 @@ public:
|
||||
bool is_offline() const {return false;};
|
||||
int offline() {return OB_SUCCESS;};
|
||||
int online(const LSN &lsn, const share::SCN &scn) { UNUSED(lsn); UNUSED(scn); return OB_SUCCESS;};
|
||||
int is_replay_fatal_error(bool &has_fatal_error) {has_fatal_error = false; return OB_SUCCESS;}
|
||||
};
|
||||
|
||||
} // namespace storage
|
||||
|
||||
Reference in New Issue
Block a user