summaryrefslogtreecommitdiff
path: root/support-files
diff options
context:
space:
mode:
authorSunanda Menon <sunanda.menon@oracle.com>2011-07-22 10:34:45 +0200
committerSunanda Menon <sunanda.menon@oracle.com>2011-07-22 10:34:45 +0200
commitbcb4a861fdd08a0b8f1d97cca415d2c30a38f6e4 (patch)
treeca06208ac1590217571bf46aadbb5432fa909e3b /support-files
parent9312697530ebe206ef23958673b6ff59eaed2f6e (diff)
downloadmariadb-git-bcb4a861fdd08a0b8f1d97cca415d2c30a38f6e4.tar.gz
Bug #12561297: Added the MySQL embedded binary
Diffstat (limited to 'support-files')
-rw-r--r--support-files/mysql.spec.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh
index cc4477f2fac..dde7d4696e4 100644
--- a/support-files/mysql.spec.sh
+++ b/support-files/mysql.spec.sh
@@ -1121,6 +1121,7 @@ echo "=====" >> $STATUS_HISTORY
# ----------------------------------------------------------------------------
%files -n MySQL-embedded%{product_suffix}
%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-debug.a
@@ -1130,6 +1131,10 @@ echo "=====" >> $STATUS_HISTORY
# merging BK trees)
##############################################################################
%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>
- Fix bug#45415: "rpm upgrade recreates test database"