diff options
-rw-r--r-- | mysql55.spec | 19 |
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 |