summaryrefslogtreecommitdiffstats
path: root/mysql-plugin-bug.patch
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-plugin-bug.patch')
-rw-r--r--mysql-plugin-bug.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/mysql-plugin-bug.patch b/mysql-plugin-bug.patch
deleted file mode 100644
index 2407f01..0000000
--- a/mysql-plugin-bug.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-The plugin_load test fails on PPC64 (maybe not always, but at least in the
-several tries I've made so far). It doesn't fail on x86, x86_64, or ppc,
-at least not in a similarly small number of tries. My best theory at the
-moment is that the test itself is wrong. Reported upstream at
-http://bugs.mysql.com/bug.php?id=42144
-
-For the moment, just disable this test.
-
-Also, 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
-
-NB: 42144 is fixed as of 5.1.51, and 46895 has been "fixed" by disabling
-the test, so we won't need this anymore in 5.1.51.
-
-
-diff -Naur mysql-5.1.50.orig/mysql-test/t/disabled.def mysql-5.1.50/mysql-test/t/disabled.def
---- mysql-5.1.50.orig/mysql-test/t/disabled.def 2010-08-03 13:53:51.000000000 -0400
-+++ mysql-5.1.50/mysql-test/t/disabled.def 2010-08-27 23:36:17.491455874 -0400
-@@ -14,3 +14,5 @@
- partition_innodb_plugin : Bug#53307 2010-04-30 VasilDimov valgrind warnings
- main.mysqlhotcopy_myisam : bug#54129 2010-06-04 Horst
- main.mysqlhotcopy_archive: bug#54129 2010-06-04 Horst
-+#
-+plugin_load : gives wrong answer on PPC64