提交 d0011ac4 编写于 作者: W wangjiaming0909

remove unlink tmp file

上级 1e2fbfd8
...@@ -327,7 +327,7 @@ TdFilePtr taosOpenFile(const char *path, int32_t tdFileOptions) { ...@@ -327,7 +327,7 @@ TdFilePtr taosOpenFile(const char *path, int32_t tdFileOptions) {
#else #else
// Remove it instantly, so when the program exits normally/abnormally, the file // Remove it instantly, so when the program exits normally/abnormally, the file
// will be automatically remove by OS. // will be automatically remove by OS.
unlink(path); //unlink(path);
#endif #endif
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册