|
|
|
@ -944,7 +944,7 @@ echo "=====" >> $STATUS_HISTORY |
|
|
|
# Files section |
|
|
|
############################################################################## |
|
|
|
|
|
|
|
%files -n MySQL-server%{product_suffix} |
|
|
|
%files -n MySQL-server%{product_suffix} -f release/support-files/plugins.files |
|
|
|
%defattr(-,root,root,0755) |
|
|
|
|
|
|
|
%if %{defined license_files_server} |
|
|
|
@ -1015,28 +1015,6 @@ echo "=====" >> $STATUS_HISTORY |
|
|
|
%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/auth.so |
|
|
|
%attr(755, root, root) %{_libdir}/mysql/plugin/auth_socket.so |
|
|
|
%attr(755, root, root) %{_libdir}/mysql/plugin/auth_test_plugin.so |
|
|
|
%attr(755, root, root) %{_libdir}/mysql/plugin/qa_auth_client.so |
|
|
|
%attr(755, root, root) %{_libdir}/mysql/plugin/qa_auth_interface.so |
|
|
|
%attr(755, root, root) %{_libdir}/mysql/plugin/qa_auth_server.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/auth.so |
|
|
|
%attr(755, root, root) %{_libdir}/mysql/plugin/debug/auth_socket.so |
|
|
|
%attr(755, root, root) %{_libdir}/mysql/plugin/debug/auth_test_plugin.so |
|
|
|
%attr(755, root, root) %{_libdir}/mysql/plugin/debug/qa_auth_client.so |
|
|
|
%attr(755, root, root) %{_libdir}/mysql/plugin/debug/qa_auth_interface.so |
|
|
|
%attr(755, root, root) %{_libdir}/mysql/plugin/debug/qa_auth_server.so |
|
|
|
|
|
|
|
%if %{WITH_TCMALLOC} |
|
|
|
%attr(755, root, root) %{_libdir}/mysql/%{malloc_lib_target} |
|
|
|
@ -1131,6 +1109,10 @@ echo "=====" >> $STATUS_HISTORY |
|
|
|
# merging BK trees) |
|
|
|
############################################################################## |
|
|
|
%changelog |
|
|
|
* Fri Aug 12 2011 Daniel Fischer <daniel.fischer@oracle.com> |
|
|
|
|
|
|
|
- Source plugin library files list from cmake-generated file. |
|
|
|
|
|
|
|
* Thu Jul 21 2011 Sunanda Menon <sunanda.menon@oracle.com> |
|
|
|
|
|
|
|
- Fix bug#12561297: Added the MySQL embedded binary |
|
|
|
|