UPDATE: databases/mariadb 10.9.8 -> 11.4.4
This commit is contained in:
parent
08e19bea27
commit
9b4bbf16fe
22 changed files with 1394 additions and 833 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue