add placeholder for tenant_cloning

This commit is contained in:
wanyue-wy
2024-02-07 01:43:13 +00:00
committed by ob-robot
parent 4b686d0121
commit f7a4cb5bd1
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