From 5235d984bae921aa3797c215c296f26e12bc4fe3 Mon Sep 17 00:00:00 2001 From: Leonid Fedorov Date: Fri, 15 Nov 2024 16:09:40 +0000 Subject: [PATCH] patch patch --- tests/scripts/mariadb_foundationdb-7.3.43_gcc.patch | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/scripts/mariadb_foundationdb-7.3.43_gcc.patch b/tests/scripts/mariadb_foundationdb-7.3.43_gcc.patch index 71a994dcd..b3422fe5f 100644 --- a/tests/scripts/mariadb_foundationdb-7.3.43_gcc.patch +++ b/tests/scripts/mariadb_foundationdb-7.3.43_gcc.patch @@ -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, 0600); - if (self->lfd == -1) { TraceEvent(SevError, "OpenLocalFileFailed").detail("File", self->file.fileName); throw platform_error();