提交 a74e3bff 编写于 作者: S Steven Li

reverting a mistaken change

上级 5c2b0097
......@@ -196,7 +196,6 @@ void walFsync(void *handle) {
if (pWal == NULL) return;
if (pWal->level == TAOS_WAL_FSYNC && pWal->fd >=0) {
printf("WAL-SYNC executed\n");
if (fsync(pWal->fd) < 0) {
wError("wal:%s, fsync failed(%s)", pWal->name, strerror(errno));
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册