From a7a5ccf313f1d6d43d2b70fef65d9a344926e9aa Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Fri, 16 Jan 2009 00:52:53 +0000 Subject: [PATCH] Update status of patched-around problem, add link to upstream bug report. --- mysql-plugin-bug.patch | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/mysql-plugin-bug.patch b/mysql-plugin-bug.patch index 2c3e348..fe83cda 100644 --- a/mysql-plugin-bug.patch +++ b/mysql-plugin-bug.patch @@ -1,5 +1,10 @@ -The plugins stuff has got obscure problems on PPC64 ... figure it out -another day ... +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. diff -Naur mysql-5.1.30.orig/mysql-test/t/disabled.def mysql-5.1.30/mysql-test/t/disabled.def