From 95a9e94463db9868adbb24ed3387fa2967b40927 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Otto=20Kek=C3=A4l=C3=A4inen?= Date: Thu, 27 Dec 2018 10:50:57 +0200 Subject: [PATCH] Drop the MIPS Innobase patch that it is already fixed upstream The author James Cowgill confirmed the patch can be dropped due to the issue being fixed by upstream by now. --- debian/patches/mips-innobase-atomic.patch | 18 ------------------ debian/patches/series | 1 - 2 files changed, 19 deletions(-) delete mode 100644 debian/patches/mips-innobase-atomic.patch diff --git a/debian/patches/mips-innobase-atomic.patch b/debian/patches/mips-innobase-atomic.patch deleted file mode 100644 index 9c791143a..000000000 --- a/debian/patches/mips-innobase-atomic.patch +++ /dev/null @@ -1,18 +0,0 @@ -From: Debian MySQL Maintainers -Date: Thu, 10 Aug 2017 20:40:29 +0200 -Subject: mips-innobase-atomic - ---- - storage/innobase/include/os0sync.h | 1 + - 1 file changed, 1 insertion(+) - ---- a/storage/innobase/include/os0sync.h -+++ b/storage/innobase/include/os0sync.h -@@ -37,6 +37,7 @@ Created 9/6/1995 Heikki Tuuri - - #include "univ.i" - #include "ut0lst.h" -+#include "sync0types.h" - - /** CPU cache line size */ - #ifdef __powerpc__ diff --git a/debian/patches/series b/debian/patches/series index 4e2917ca6..d8426b6fe 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -9,7 +9,6 @@ mips-machine.patch #armhf_mroonga_storage_fail.patch c11_atomics.patch kFreeBSD-gettid.patch -#mips-innobase-atomic.patch mytop-merge_src:mytop_improvements.patch Add_default_ExecStartPre_to_mariadb@.service.patch 0024-Revert-to-using-system-pcre-library.patch -- GitLab