support drop standby tenant

This commit is contained in:
maosy
2023-01-09 07:38:11 +00:00
committed by ob-robot
parent 9e586ffa91
commit 64818a5086
10 changed files with 193 additions and 274 deletions

View File

@ -628,7 +628,7 @@ public:
bool if_exist_;
bool delay_to_drop_;
bool force_drop_;
common::ObString object_name_;//Synchronize the name of the recycle bin in the main library
common::ObString object_name_;//no use in 4.0
bool open_recyclebin_;
uint64_t tenant_id_; // drop tenant with tenant_id_ if it's valid.
};