[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

@ -15,7 +15,7 @@
namespace oceanbase {
using namespace common;
namespace tools {
int ObAdminExecutor::parse_options(int argc, char* argv[])
int ObAdminExecutor::parse_options(int argc, char *argv[])
{
int ret = OB_SUCCESS;
int option_index = 0;