未验证 提交 ab1f15e3 编写于 作者: S slguan 提交者: GitHub

Merge pull request #1770 from taosdata/newmaster/lihui

[TD-207]
...@@ -240,7 +240,7 @@ static error_t parse_opt(int key, char *arg, struct argp_state *state) { ...@@ -240,7 +240,7 @@ static error_t parse_opt(int key, char *arg, struct argp_state *state) {
arguments->port = atoi(arg); arguments->port = atoi(arg);
break; break;
case 'q': case 'q':
arguments->sqlCmdFlag = atoi(arg); arguments->mysqlFlag = atoi(arg);
break; break;
case 'v': case 'v':
if (wordexp(arg, &full_path, 0) != 0) { if (wordexp(arg, &full_path, 0) != 0) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册