add placeholder for tenant_cloning

This commit is contained in:
wanyue-wy
2023-11-27 09:46:26 +00:00
committed by ob-robot
parent c284ddacb9
commit f75d612f8c
5 changed files with 13 additions and 4 deletions

View File

@ -464,7 +464,8 @@ struct ObDropResourcePoolArg : public ObDDLArg
public:
ObDropResourcePoolArg():
ObDDLArg(),
if_exist_(false)
if_exist_(false),
pool_id_(OB_INVALID_ID)
{}
virtual ~ObDropResourcePoolArg() {}
bool is_valid() const;
@ -474,6 +475,7 @@ public:
common::ObString pool_name_;
bool if_exist_;
uint64_t pool_id_;
};
struct ObCmdArg