dummy commit to restart silly CI

This commit is contained in:
Minglei Jin 2021-02-01 19:23:53 +08:00
parent 427d43dc6f
commit fa64ea3d91
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ void restBuildSqlAffectRowsJson(HttpContext *pContext, HttpSqlCmd *cmd, int32_t
// data row array end
httpJsonToken(jsonBuf, JsonArrEnd);
cmd->numOfRows = 1;
cmd->numOfRows = 1;
}
void restStartSqlJson(HttpContext *pContext, HttpSqlCmd *cmd, TAOS_RES *result) {