update to 5.5.44 [release 5.5.44-1mamba;Thu Jul 02 2015]

This commit is contained in:
Silvan Calarco 2024-01-06 06:57:46 +01:00
parent f5b90c4ce5
commit c4b6c78e09

View File

@ -5,7 +5,7 @@
%define userid 65018 %define userid 65018
Name: mariadb Name: mariadb
Version: 5.5.43 Version: 5.5.44
Release: 1mamba Release: 1mamba
Summary: A SQL database engine designed as a drop-in replacement of MySQL(R) Summary: A SQL database engine designed as a drop-in replacement of MySQL(R)
Group: Applications/Databases Group: Applications/Databases
@ -264,7 +264,7 @@ if [ $1 -ge 1 ]; then
systemctl -q enable mariadb systemctl -q enable mariadb
systemctl -q start mariadb systemctl -q start mariadb
} }
mysql_upgrade || { mysql_upgrade --silent || {
echo "Run: 'mysql_upgrade -u root -p' to upgrade db!" echo "Run: 'mysql_upgrade -u root -p' to upgrade db!"
} }
fi fi
@ -348,6 +348,7 @@ fi
%{_bindir}/mytop %{_bindir}/mytop
%ifarch x86_64 %ifarch x86_64
%{_bindir}/tokuftdump %{_bindir}/tokuftdump
%{_bindir}/tokuft_logprint
%endif %endif
%{_mandir}/man1/msql2mysql.1* %{_mandir}/man1/msql2mysql.1*
%{_mandir}/man1/mysql.1* %{_mandir}/man1/mysql.1*
@ -521,6 +522,9 @@ fi
%{_mandir}/man1/mysql_config.1* %{_mandir}/man1/mysql_config.1*
%changelog %changelog
* Thu Jul 02 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 5.5.44-1mamba
- update to 5.5.44
* Fri May 15 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 5.5.43-1mamba * Fri May 15 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 5.5.43-1mamba
- update to 5.5.43 - update to 5.5.43
- remove php config file after changing default socket path in php - remove php config file after changing default socket path in php