You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-07 03:22:57 +03:00
patch patch
This commit is contained in:
@@ -6,7 +6,6 @@
|
|||||||
|
|
||||||
- self->lfd = open(self->file.fileName.c_str(), O_WRONLY | O_CREAT | O_TRUNC);
|
- self->lfd = open(self->file.fileName.c_str(), O_WRONLY | O_CREAT | O_TRUNC);
|
||||||
+ self->lfd = open(self->file.fileName.c_str(), O_WRONLY | O_CREAT | O_TRUNC, 0600);
|
+ self->lfd = open(self->file.fileName.c_str(), O_WRONLY | O_CREAT | O_TRUNC, 0600);
|
||||||
|
|
||||||
if (self->lfd == -1) {
|
if (self->lfd == -1) {
|
||||||
TraceEvent(SevError, "OpenLocalFileFailed").detail("File", self->file.fileName);
|
TraceEvent(SevError, "OpenLocalFileFailed").detail("File", self->file.fileName);
|
||||||
throw platform_error();
|
throw platform_error();
|
||||||
|
Reference in New Issue
Block a user