UPDATE: databases/mariadb 10.9.8 -> 11.4.4

This commit is contained in:
purplerain 2025-01-21 19:15:58 +00:00
parent 08e19bea27
commit 9b4bbf16fe
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
22 changed files with 1394 additions and 833 deletions

View file

@ -1,12 +1,12 @@
Index: extra/mariabackup/xtrabackup.cc
--- extra/mariabackup/xtrabackup.cc.orig
+++ extra/mariabackup/xtrabackup.cc
@@ -7144,6 +7144,8 @@ static int get_exepath(char *buf, size_t size, const c
if (sysctl(mib, 4, buf, &size, NULL, 0) == 0) {
return 0;
@@ -1061,6 +1061,8 @@ static std::string filename_to_spacename(const void *f
if (f[i] == '\\')
f[i] = '/';
}
+#elif defined(__OpenBSD__)
+ return 0;
#endif
return my_realpath(buf, argv0, 0);
/* Remove extension, if exists */