Commit bcb4a861 authored by Sunanda Menon's avatar Sunanda Menon

Bug #12561297: Added the MySQL embedded binary

parent 93126975
...@@ -1121,6 +1121,7 @@ echo "=====" >> $STATUS_HISTORY ...@@ -1121,6 +1121,7 @@ echo "=====" >> $STATUS_HISTORY
# ---------------------------------------------------------------------------- # ----------------------------------------------------------------------------
%files -n MySQL-embedded%{product_suffix} %files -n MySQL-embedded%{product_suffix}
%defattr(-, root, root, 0755) %defattr(-, root, root, 0755)
%attr(755, root, root) %{_bindir}/mysql_embedded
%attr(644, root, root) %{_libdir}/mysql/libmysqld.a %attr(644, root, root) %{_libdir}/mysql/libmysqld.a
%attr(644, root, root) %{_libdir}/mysql/libmysqld-debug.a %attr(644, root, root) %{_libdir}/mysql/libmysqld-debug.a
...@@ -1130,6 +1131,10 @@ echo "=====" >> $STATUS_HISTORY ...@@ -1130,6 +1131,10 @@ echo "=====" >> $STATUS_HISTORY
# merging BK trees) # merging BK trees)
############################################################################## ##############################################################################
%changelog %changelog
* Thu Jul 21 2011 Sunanda Menon <sunanda.menon@oracle.com>
- Fix bug#12561297: Added the MySQL embedded binary
* Thu Jul 07 2011 Joerg Bruehe <joerg.bruehe@oracle.com> * Thu Jul 07 2011 Joerg Bruehe <joerg.bruehe@oracle.com>
- Fix bug#45415: "rpm upgrade recreates test database" - Fix bug#45415: "rpm upgrade recreates test database"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment