List:Commits« Previous MessageNext Message »
From:MySQL Build Team Date:November 18 2009 10:43am
Subject:bzr commit into mysql-5.5-trunk branch (build:2930)
View as plain text  
#At file:///net/helheim/store/bteam/bzr/mysql-5.5.0-beta-release/ based on revid:build@stripped

 2930 MySQL Build Team	2009-11-18
      Remove erroneous traces of the InnoDB plugin (that is 5.1 only)
      from the "spec" file for generic RPMs.

    modified:
      support-files/mysql.spec.sh
=== modified file 'support-files/mysql.spec.sh'
--- a/support-files/mysql.spec.sh	2009-11-17 16:19:00 +0000
+++ b/support-files/mysql.spec.sh	2009-11-18 10:42:20 +0000
@@ -715,10 +715,6 @@ fi
 %attr(755, root, root) %{_bindir}/resolveip
 
 %attr(755, root, root) %{_libdir}/mysql/plugin/ha_example.so*
-%if %{WITHOUT_INNODB_PLUGIN}
-%else
-%attr(755, root, root) %{_libdir}/mysql/plugin/ha_innodb_plugin.so*
-%endif
 
 %if %{WITH_TCMALLOC}
 %attr(755, root, root) %{_libdir}/mysql/%{malloc_lib_target}
@@ -850,11 +846,6 @@ fi
 %{_libdir}/mysql/libz.la
 %{_libdir}/mysql/plugin/ha_example.a
 %{_libdir}/mysql/plugin/ha_example.la
-%if %{WITHOUT_INNODB_PLUGIN}
-%else
-%{_libdir}/mysql/plugin/ha_innodb_plugin.a
-%{_libdir}/mysql/plugin/ha_innodb_plugin.la
-%endif
 
 %files shared
 %defattr(-, root, root, 0755)
@@ -886,7 +877,8 @@ fi
 %changelog
 * Mon Nov 16 2009 Joerg Bruehe <joerg.bruehe@stripped>
 
-- Fix some problems with the directives around "tcmalloc" (experimental).
+- Fix some problems with the directives around "tcmalloc" (experimental),
+  remove erroneous traces of the InnoDB plugin (that is 5.1 only).
 
 * Fri Oct 02 2009 Alexander Nozdrin <alexander.nozdrin@stripped>
 


Attachment: [text/bzr-bundle] bzr/build@mysql.com-20091118104220-tew3h46n4pzj31du.bundle
Thread
bzr commit into mysql-5.5-trunk branch (build:2930) MySQL Build Team18 Nov