summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2011-05-09 18:06:25 +0200
committerRemi Collet <fedora@famillecollet.com>2011-05-09 18:06:25 +0200
commit770610310272f771215928aad63da56b2044498d (patch)
tree667f99f8972a971034ff616df31a699569fcfd4e
parenta364e24058f3ffd736cccd05b2ab4adf7aeb5d45 (diff)
MySQL 5.5.12
-rw-r--r--mysql.init2
-rw-r--r--mysql55.spec10
2 files changed, 8 insertions, 4 deletions
diff --git a/mysql.init b/mysql.init
index 237e5f9..e9daedc 100644
--- a/mysql.init
+++ b/mysql.init
@@ -92,7 +92,7 @@ start(){
chmod 0755 "$datadir"
# If startsos
if [ "$1" = "sos" ] ; then
- exec="$exec --skip-grant-tables --skip-networking"
+ MYOPTIONS="$MYOPTIONS --skip-grant-tables --skip-networking"
fi
# Pass all the options determined above, to ensure consistent behavior.
# In many cases mysqld_safe would arrive at the same conclusions anyway
diff --git a/mysql55.spec b/mysql55.spec
index 31363aa..84e029c 100644
--- a/mysql55.spec
+++ b/mysql55.spec
@@ -1,5 +1,5 @@
Name: mysql
-Version: 5.5.11
+Version: 5.5.12
Release: 1%{?dist}
Summary: MySQL client programs and shared libraries
Group: Applications/Databases
@@ -43,7 +43,7 @@ Patch7: mysql-versioning.patch
Patch8: mysql-dubious-exports.patch
# Patch9: mysql-disable-test.patch
Patch10: mysql-embedded-crash.patch
-Patch11: mysql-home.patch
+# Patch11: mysql-home.patch
Patch12: mysql-plugin-bool.patch
Patch13: mysql-s390-tsc.patch
@@ -201,7 +201,7 @@ rm -f Docs/mysql.info
%patch8 -p1
# %patch9 -p1
%patch10 -p1
-%patch11 -p1
+# %patch11 -p1
%patch12 -p1
%patch13 -p1
# Backports specific patches
@@ -682,6 +682,10 @@ fi
%{_mandir}/man1/mysql_client_test.1*
%changelog
+* Mon May 09 2011 Remi Collet <RPMS@FamilleCollet.com> - 5.5.12-1
+- update to MySQL 5.5.12 Community Server GA
+ http://dev.mysql.com/doc/refman/5.5/en/news-5-5-12.html
+
* Sat Apr 30 2011 Remi Collet <RPMS@FamilleCollet.com> - 5.5.11-1.fc15
- f15 build
- add Obsoletes for compat-mysql55