From c4b6c78e094a23d28af6c087980e2a1509d5bd8c Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 06:57:46 +0100 Subject: [PATCH] update to 5.5.44 [release 5.5.44-1mamba;Thu Jul 02 2015] --- mariadb.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/mariadb.spec b/mariadb.spec index cdde086..4239bec 100644 --- a/mariadb.spec +++ b/mariadb.spec @@ -5,7 +5,7 @@ %define userid 65018 Name: mariadb -Version: 5.5.43 +Version: 5.5.44 Release: 1mamba Summary: A SQL database engine designed as a drop-in replacement of MySQL(R) Group: Applications/Databases @@ -264,7 +264,7 @@ if [ $1 -ge 1 ]; then systemctl -q enable mariadb systemctl -q start mariadb } - mysql_upgrade || { + mysql_upgrade --silent || { echo "Run: 'mysql_upgrade -u root -p' to upgrade db!" } fi @@ -348,6 +348,7 @@ fi %{_bindir}/mytop %ifarch x86_64 %{_bindir}/tokuftdump +%{_bindir}/tokuft_logprint %endif %{_mandir}/man1/msql2mysql.1* %{_mandir}/man1/mysql.1* @@ -521,6 +522,9 @@ fi %{_mandir}/man1/mysql_config.1* %changelog +* Thu Jul 02 2015 Silvan Calarco 5.5.44-1mamba +- update to 5.5.44 + * Fri May 15 2015 Silvan Calarco 5.5.43-1mamba - update to 5.5.43 - remove php config file after changing default socket path in php