[opensource] add usec_tool

This commit is contained in:
gjw2284740
2021-09-09 11:05:30 +08:00
committed by wangzelin.wzl
parent 751ce2ac1b
commit 2fd258cc46
6 changed files with 180 additions and 10 deletions

View File

@ -25,17 +25,17 @@ public:
{}
virtual ~ObAdminExecutor()
{}
virtual int execute(int argc, char* argv[]) = 0;
virtual int execute(int argc, char *argv[]) = 0;
protected:
int parse_options(int argc, char* argv[]);
int parse_options(int argc, char *argv[]);
protected:
common::ObString DB_host_;
int32_t DB_port_;
uint64_t tenant_id_;
const char* config_file_;
const char* wallet_file_;
const char *config_file_;
const char *wallet_file_;
};
} // namespace tools
} // namespace oceanbase