fix default value of is_ha_dag_net

This commit is contained in:
a1iive
2023-05-29 12:41:23 +00:00
committed by ob-robot
parent d137b298a0
commit 2529123af5
8 changed files with 8 additions and 1 deletions

View File

@ -110,6 +110,7 @@ class ObBackupDagNet : public share::ObIDagNet
public:
explicit ObBackupDagNet(const ObBackupDagNetSubType &sub_type);
virtual ~ObBackupDagNet();
bool is_ha_dag_net() const override { return true; }
ObBackupDagNetSubType get_sub_type() const { return sub_type_; };
INHERIT_TO_STRING_KV("ObIDagNet", ObIDagNet, K_(sub_type));
protected: