mysql8.4/mysql-plugin-bug.patch

19 lines
1.1 KiB
Diff
Raw Normal View History

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.
2009-01-14 17:10:05 +00:00
2009-05-16 02:38:15 +00:00
diff -Naur mysql-5.1.34.orig/mysql-test/t/disabled.def mysql-5.1.34/mysql-test/t/disabled.def
--- mysql-5.1.34.orig/mysql-test/t/disabled.def 2009-03-31 11:26:07.000000000 -0400
+++ mysql-5.1.34/mysql-test/t/disabled.def 2009-05-15 20:02:24.000000000 -0400
@@ -13,3 +13,5 @@
2009-03-05 02:50:07 +00:00
innodb_bug39438 : BUG#42383 2009-01-28 lsoares "This fails in embedded and on windows. Note that this test is not run on windows and on embedded in PB for main trees currently"
2009-05-16 02:38:15 +00:00
#concurrent_innodb_safelog: disabled for embedded server due to bug#43733 Select on processlist let the embedded server crash (concurrent_innodb_safelog).
#concurrent_innodb_unsafelog: disabled for embedded server due to bug#43733.
2009-01-14 17:10:05 +00:00
+#
+plugin_load : gives wrong answer on PPC64