diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-02-11 11:48:04 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-02-11 11:48:04 +0100 |
commit | cc426cff465c5e67cc7ae21af2ca6924ed59db20 (patch) | |
tree | 88e02fdc8779c3a39e5474c12f4754e9b4708994 /mysql-disable-test.patch | |
parent | bb5aa75b1d4c9589faf6dd1e1bba74f65a06656b (diff) |
Diffstat (limited to 'mysql-disable-test.patch')
-rw-r--r-- | mysql-disable-test.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/mysql-disable-test.patch b/mysql-disable-test.patch new file mode 100644 index 0000000..6c49e17 --- /dev/null +++ b/mysql-disable-test.patch @@ -0,0 +1,16 @@ +Disable the outfile_loaddata test, which as of 5.1.38 is giving +platform-dependent results, with the "expected" results being arguably the +wrong ones. This is upstream at http://bugs.mysql.com/bug.php?id=46895 +(note that upstream has also disabled it, but only for Solaris, so we still +need this patch). + + +diff -Naur mysql-5.1.61.orig/mysql-test/t/disabled.def mysql-5.1.61/mysql-test/t/disabled.def +--- mysql-5.1.61.orig/mysql-test/t/disabled.def 2011-12-16 14:16:53.000000000 -0500 ++++ mysql-5.1.61/mysql-test/t/disabled.def 2012-02-03 15:36:34.918740979 -0500 +@@ -13,3 +13,5 @@ + read_many_rows_innodb : Bug#11748886 2010-11-15 mattiasj report already exists + main.log_tables-big : Bug#11756699 2010-11-15 mattiasj report already exists + query_cache_28249 : Bug#12584161 2011-11-17 joh fails sporadically in 5.1 only ++# ++outfile_loaddata : bug#46895 code wrong, expected results wrong too |