未验证 提交 d15b1867 编写于 作者: wafwerar's avatar wafwerar 提交者: GitHub

Merge pull request #10499 from taosdata/fix/ZhiqiangWang/TD-13756-file-system-write-fsync-error

[TD-13756]<fix>: file system write fsync error
......@@ -326,7 +326,7 @@ int64_t taosWriteFile(TdFilePtr pFile, const void *buf, int64_t count) {
nleft -= nwritten;
tbuf += nwritten;
}
fsync(pFile->fd);
return count;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册