Skip to content

Commit

Permalink
Merge pull request #706 from taosdata/fix/alexduan
Browse files Browse the repository at this point in the history
fix: fillchildtable report waring when error
  • Loading branch information
DuanKuanJun committed Sep 21, 2023
2 parents df061ca + d17b018 commit 4436f95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/benchInsert.c
Original file line number Diff line number Diff line change
Expand Up @@ -3530,8 +3530,8 @@ int insertTestProcess() {
}
// check fill child table count valid
if(fillChildTblName(database, stbInfo) <= 0) {
errorPrint(" fill child table is zero, please check parameters in json is correct. database:%s stb: %s \n", database->dbName, stbInfo->stbName);
return -1;
infoPrint(" warning fill child table is zero, please check parameters in json is correct. database:%s stb: %s \n", database->dbName, stbInfo->stbName);
return 0;
}
if (0 != prepareSampleData(database, stbInfo)) {
return -1;
Expand Down

0 comments on commit 4436f95

Please sign in to comment.