aboutsummaryrefslogtreecommitdiff
path: root/utils/mariadb/patches/190-replace-hostname-in-mysqld_safe.patch
diff options
context:
space:
mode:
authorMichal Hrusecky <michal@hrusecky.net>2022-10-22 21:34:01 +0200
committerRosen Penev <rosenp@gmail.com>2022-10-25 18:02:11 -0700
commit6328e3e9fe56e3b7e8ac6b8ca1150b7e5e5e50cd (patch)
treeabd8bb214f63d7168e9bbc4b1105b3cf4696c25f /utils/mariadb/patches/190-replace-hostname-in-mysqld_safe.patch
parent52570d4242822e3db678f5484c2ca3e72f485d52 (diff)
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 <michal@hrusecky.net>
Diffstat (limited to 'utils/mariadb/patches/190-replace-hostname-in-mysqld_safe.patch')
1 files changed, 3 insertions, 3 deletions
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