aboutsummaryrefslogtreecommitdiffstats
path: root/databases/xtrabackup84/files/patch-storage_innobase_include_srv0mon.h
diff options
context:
space:
mode:
authorOleksii Samorukov <samm@FreeBSD.org>2024-09-04 18:08:39 +0200
committerOleksii Samorukov <samm@FreeBSD.org>2024-09-04 18:10:40 +0200
commit1f28cb4002a8698562b90c773b3c02d8d321ef9c (patch)
tree6940d557d51f930b3cff1c3be2b738f66c309c24 /databases/xtrabackup84/files/patch-storage_innobase_include_srv0mon.h
parent1d0a9a71924672708232a1f81a6c8951e78f0ab1 (diff)
databases/xtrabackup84: new port to backup MySQL 8.4 database
Based on xtrabackup83 port, with corresponding changes, including: - usage of bundled boost - disable build on 32bit platforms (unsupported by vendor) - new patches from mysql-server84.
Diffstat (limited to 'databases/xtrabackup84/files/patch-storage_innobase_include_srv0mon.h')
-rw-r--r--databases/xtrabackup84/files/patch-storage_innobase_include_srv0mon.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/databases/xtrabackup84/files/patch-storage_innobase_include_srv0mon.h b/databases/xtrabackup84/files/patch-storage_innobase_include_srv0mon.h
new file mode 100644
index 000000000000..a0279de2a126
--- /dev/null
+++ b/databases/xtrabackup84/files/patch-storage_innobase_include_srv0mon.h
@@ -0,0 +1,13 @@
+--- storage/innobase/include/srv0mon.h.orig 2024-04-10 06:26:28 UTC
++++ storage/innobase/include/srv0mon.h
+@@ -41,6 +41,10 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
+ /* Required for FreeBSD so that INT64_MAX is defined. */
+ #define __STDC_LIMIT_MACROS
+ #endif /* __STDC_LIMIT_MACROS */
++#ifdef __DragonFly__
++/* The hack above doen't work for dragonfly, stdint.h already imported */
++#include <machine/int_limits.h>
++#endif
+
+ #include <stdint.h>
+