summaryrefslogtreecommitdiffstats
path: root/mysql55.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2011-02-10 17:15:12 +0100
committerRemi Collet <fedora@famillecollet.com>2011-02-10 17:15:12 +0100
commit34e2306eb1caf7b233c333a4f3cbef0abd655101 (patch)
tree93ed7453d847cfa2b58ff107d5d59fc80754867b /mysql55.spec
parentc848b9af57da305109c32788a0d98d5305d74048 (diff)
mysql 5.5.9
Diffstat (limited to 'mysql55.spec')
-rw-r--r--mysql55.spec19
1 files changed, 16 insertions, 3 deletions
diff --git a/mysql55.spec b/mysql55.spec
index cd98628..babc1a0 100644
--- a/mysql55.spec
+++ b/mysql55.spec
@@ -39,7 +39,7 @@ Patch5: mysql-stack-guard.patch
Patch6: mysql-chain-certs.patch
Patch7: mysql-versioning.patch
Patch8: mysql-dubious-exports.patch
-Patch9: mysql-disable-test.patch
+# Patch9: mysql-disable-test.patch
Patch10: mysql-embedded-crash.patch
Patch11: mysql-home.patch
Patch12: mysql-plugin-bool.patch
@@ -197,7 +197,7 @@ sed -i -e '/SHARED_LIB_MAJOR_VERSION/s/16/161/' cmake/mysql_version.cmake
%patch6 -p1
%patch7 -p1
%patch8 -p1
-%patch9 -p1
+# %patch9 -p1
%patch10 -p1
%patch11 -p1
%patch12 -p1
@@ -211,6 +211,18 @@ rm -f mysql-test/t/ssl_8k_key-master.opt
# upstream has fallen down badly on symbol versioning, do it ourselves
cp %{SOURCE8} libmysql/libmysql.version
+# Instead of Pach 9 - Simpler way
+cat <<EOF >>mysql-test/t/disabled.def
+#
+outfile_loaddata : bug#46895 code wrong, expected results wrong too
+sys_vars.plugin_dir_basic : bug#52223 fails for lib64 library directory
+perfschema.binlog_mix : bug#59091 fails with openssl
+perfschema.binlog_row : bug#59091 fails with openssl
+gis : bug#59908 has platform-dependent results
+main.information_schema : fails in mock, ok after install :(
+EOF
+
+
%build
# fail quickly and obviously if user tries to build as root
@@ -657,7 +669,8 @@ fi
%changelog
* Mon Feb 07 2011 Remi Collet <RPMS@FamilleCollet.com> - 5.5.9-1
- sync with rawhide (latest patches for 5.5.8)
-- update to 5.5.9
+- update to MySQL 5.5.9 Community Server GA
+- disable main.information_schema test which have strange result
* Fri Feb 4 2011 Tom Lane <tgl@redhat.com> 5.5.8-9
- Support s390/s390x in performance schema's cycle-counting functions