diff options
author | Alexander Nozdrin <alik@ibmvm> | 2009-10-06 14:53:47 +0400 |
---|---|---|
committer | Alexander Nozdrin <alik@ibmvm> | 2009-10-06 14:53:47 +0400 |
commit | f81b26509e47c4cb0c047f05002c275086d74655 (patch) | |
tree | fe939fa5851b46ca944b6bf17ed918c287bb3ab7 /support-files | |
parent | aabeeccf86b01969e94cecc735d1bf97f953176f (diff) | |
download | mariadb-git-f81b26509e47c4cb0c047f05002c275086d74655.tar.gz |
Backport WL#4085: Merge revno:2476.1338.9 from 6.0.
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/mysql.spec.sh | 8 |
1 files 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 <alexander.nozdrin@sun.com> + +- "mysqlmanager" got removed from version 5.4, all references deleted. + * Fri Aug 28 2009 Joerg Bruehe <joerg.bruehe@sun.com> - Merge up from 5.1 to 5.4: Remove handling for the InnoDB plugin. |