summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMySQL Build Team <build@mysql.com>2009-11-18 11:42:20 +0100
committerMySQL Build Team <build@mysql.com>2009-11-18 11:42:20 +0100
commitbd40517b037ac3f464928aaebc4cf15e0c86df8e (patch)
tree75dc64a56110c96bece75b5fbaef9cf1bb10556a
parent3a016794d98edeb1b9e87a96a2379ec0444aef4b (diff)
downloadmariadb-git-bd40517b037ac3f464928aaebc4cf15e0c86df8e.tar.gz
Remove erroneous traces of the InnoDB plugin (that is 5.1 only)
from the "spec" file for generic RPMs.
-rw-r--r--support-files/mysql.spec.sh12
1 files changed, 2 insertions, 10 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh
index 6e68e5ee702..7813b35b32a 100644
--- a/support-files/mysql.spec.sh
+++ b/support-files/mysql.spec.sh
@@ -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@sun.com>
-- 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@sun.com>