mirror of
https://github.com/openwrt/packages.git
synced 2025-12-24 01:58:35 +04:00
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>
This commit is contained in:
committed by
Rosen Penev
parent
52570d4242
commit
6328e3e9fe
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user