From 6328e3e9fe56e3b7e8ac6b8ca1150b7e5e5e50cd Mon Sep 17 00:00:00 2001 From: Michal Hrusecky Date: Sat, 22 Oct 2022 21:34:01 +0200 Subject: mariadb: Update to the latest version 10.9.3 Update to the latest upstream version. For more details, see: https://mariadb.com/kb/en/changes-improvements-in-mariadb-109/ Added new dependency on libfmt. Following two patches dropped as the issues were fixed in upstream. * 130-c11_atomics.patch * 140-mips-connect-unaligned.patch The rest of the patches were refreshed. Don't need to disable cassandra and tokudb anymore as they were dropped from upstream tarball. Signed-off-by: Michal Hrusecky --- utils/mariadb/patches/190-replace-hostname-in-mysqld_safe.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'utils/mariadb/patches/190-replace-hostname-in-mysqld_safe.patch') diff --git a/utils/mariadb/patches/190-replace-hostname-in-mysqld_safe.patch b/utils/mariadb/patches/190-replace-hostname-in-mysqld_safe.patch index 69d09c017..4cce4d4fa 100644 --- a/utils/mariadb/patches/190-replace-hostname-in-mysqld_safe.patch +++ b/utils/mariadb/patches/190-replace-hostname-in-mysqld_safe.patch @@ -1,6 +1,6 @@ --- a/scripts/mysqld_safe.sh +++ b/scripts/mysqld_safe.sh -@@ -246,7 +246,7 @@ wsrep_recover_position() { +@@ -247,7 +247,7 @@ wsrep_recover_position() { return 1 fi @@ -9,7 +9,7 @@ local wr_options="--disable-log-error --pid-file='$wr_pidfile'" -@@ -667,7 +667,7 @@ then +@@ -669,7 +669,7 @@ then * ) err_log="$DATADIR/$err_log" ;; esac else @@ -18,7 +18,7 @@ fi fi -@@ -746,7 +746,7 @@ fi +@@ -755,7 +755,7 @@ fi if test -z "$pid_file" then -- cgit v1.2.3