From f81b26509e47c4cb0c047f05002c275086d74655 Mon Sep 17 00:00:00 2001 From: Alexander Nozdrin Date: Tue, 6 Oct 2009 14:53:47 +0400 Subject: [PATCH] Backport WL#4085: Merge revno:2476.1338.9 from 6.0. --- support-files/mysql.spec.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index 60bf9213362..d5bb18d8483 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -465,8 +465,8 @@ rm -fr $RBR%{_datadir}/sql-bench # will appreciate that, as all services usually offer this. ln -s %{_sysconfdir}/init.d/mysql $RPM_BUILD_ROOT%{_sbindir}/rcmysql -# Touch the place where the my.cnf config file might be located -# Just to make sure it's in the file list and marked as a config file +# Touch the place where the my.cnf config file might be located. +# Just to make sure it's in the file list and marked as a config file. touch $RBR%{_sysconfdir}/my.cnf %pre server @@ -867,6 +867,10 @@ fi # itself - note that they must be ordered by date (important when # merging BK trees) %changelog +* Fri Oct 02 2009 Alexander Nozdrin + +- "mysqlmanager" got removed from version 5.4, all references deleted. + * Fri Aug 28 2009 Joerg Bruehe - Merge up from 5.1 to 5.4: Remove handling for the InnoDB plugin.