This commit is contained in:
dapan1121 2021-02-01 17:59:21 +08:00
parent 3a2e0297cc
commit 7fba734bdd
1 changed files with 1 additions and 1 deletions

View File

@ -2410,7 +2410,7 @@ static void multiVnodeInsertFinalize(void* param, TAOS_RES* tres, int numOfRows)
// record the total inserted rows
if (numOfRows > 0) {
pParentObj->res.numOfRows += numOfRows;
atomic_add_fetch_32(&pParentObj->res.numOfRows, numOfRows);
}
if (taos_errno(tres) != TSDB_CODE_SUCCESS) {