Skip to content

Commit bd40517

Browse files
author
MySQL Build Team
committed
Remove erroneous traces of the InnoDB plugin (that is 5.1 only)
from the "spec" file for generic RPMs.
1 parent 3a01679 commit bd40517

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

support-files/mysql.spec.sh

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -715,10 +715,6 @@ fi
715715
%attr(755, root, root) %{_bindir}/resolveip
716716

717717
%attr(755, root, root) %{_libdir}/mysql/plugin/ha_example.so*
718-
%if %{WITHOUT_INNODB_PLUGIN}
719-
%else
720-
%attr(755, root, root) %{_libdir}/mysql/plugin/ha_innodb_plugin.so*
721-
%endif
722718

723719
%if %{WITH_TCMALLOC}
724720
%attr(755, root, root) %{_libdir}/mysql/%{malloc_lib_target}
@@ -850,11 +846,6 @@ fi
850846
%{_libdir}/mysql/libz.la
851847
%{_libdir}/mysql/plugin/ha_example.a
852848
%{_libdir}/mysql/plugin/ha_example.la
853-
%if %{WITHOUT_INNODB_PLUGIN}
854-
%else
855-
%{_libdir}/mysql/plugin/ha_innodb_plugin.a
856-
%{_libdir}/mysql/plugin/ha_innodb_plugin.la
857-
%endif
858849

859850
%files shared
860851
%defattr(-, root, root, 0755)
@@ -886,7 +877,8 @@ fi
886877
%changelog
887878
* Mon Nov 16 2009 Joerg Bruehe <[email protected]>
888879

889-
- Fix some problems with the directives around "tcmalloc" (experimental).
880+
- Fix some problems with the directives around "tcmalloc" (experimental),
881+
remove erroneous traces of the InnoDB plugin (that is 5.1 only).
890882

891883
* Fri Oct 02 2009 Alexander Nozdrin <[email protected]>
892884

0 commit comments

Comments
 (0)