diff options
author | Jonathan Perkin <jonathan.perkin@oracle.com> | 2010-05-05 15:23:34 +0200 |
---|---|---|
committer | Jonathan Perkin <jonathan.perkin@oracle.com> | 2010-05-05 15:23:34 +0200 |
commit | f9d9388527f51825d6f81bf804b2f705533115dd (patch) | |
tree | 16affacc95e93fd8a9e5b50ed6255c1d92f2e7f1 | |
parent | 9f282523859643a1c0b3c9825bd661e4a603aa5a (diff) | |
download | mariadb-git-f9d9388527f51825d6f81bf804b2f705533115dd.tar.gz |
Add all plugins
-rw-r--r-- | support-files/mysql.spec.sh | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index 6f033bc8546..3ad9eebd657 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -732,12 +732,16 @@ fi %attr(755, root, root) %{_sbindir}/mysqld %attr(755, root, root) %{_sbindir}/mysqld-debug %attr(755, root, root) %{_sbindir}/rcmysql +%attr(755, root, root) %{_libdir}/mysql/plugin/adt_null.so +%attr(755, root, root) %{_libdir}/mysql/plugin/libdaemon_example.so %attr(755, root, root) %{_libdir}/mysql/plugin/mypluglib.so -%attr(755, root, root) %{_libdir}/mysql/plugin/semisync_master.so* -%attr(755, root, root) %{_libdir}/mysql/plugin/semisync_slave.so* +%attr(755, root, root) %{_libdir}/mysql/plugin/semisync_master.so +%attr(755, root, root) %{_libdir}/mysql/plugin/semisync_slave.so +%attr(755, root, root) %{_libdir}/mysql/plugin/debug/adt_null.so +%attr(755, root, root) %{_libdir}/mysql/plugin/debug/libdaemon_example.so %attr(755, root, root) %{_libdir}/mysql/plugin/debug/mypluglib.so -%attr(755, root, root) %{_libdir}/mysql/plugin/debug/semisync_master.so* -%attr(755, root, root) %{_libdir}/mysql/plugin/debug/semisync_slave.so* +%attr(755, root, root) %{_libdir}/mysql/plugin/debug/semisync_master.so +%attr(755, root, root) %{_libdir}/mysql/plugin/debug/semisync_slave.so %if %{WITH_TCMALLOC} %attr(755, root, root) %{_libdir}/mysql/%{malloc_lib_target} |