Update status of patched-around problem, add link to upstream bug report.

This commit is contained in:
Tom Lane 2009-01-16 00:52:53 +00:00 committed by Michal Schorm
parent f74a10ff4d
commit a7a5ccf313

View File

@ -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