mysql8.0/mysql-plugin-bug.patch

24 lines
1.2 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
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
2009-01-14 17:10:05 +00:00
2009-11-10 20:04:18 +00:00
diff -Naur mysql-5.1.40.orig/mysql-test/t/disabled.def mysql-5.1.40/mysql-test/t/disabled.def
--- mysql-5.1.40.orig/mysql-test/t/disabled.def 2009-10-06 14:21:05.000000000 -0400
+++ mysql-5.1.40/mysql-test/t/disabled.def 2009-11-10 13:01:50.000000000 -0500
@@ -14,3 +14,6 @@
2009-07-11 03:43:11 +00:00
query_cache_28249 : Bug#43861 2009-03-25 main.query_cache_28249 fails sporadically
2009-11-10 20:04:18 +00:00
partition_innodb_builtin : Bug#32430 2009-09-25 mattiasj Waiting for push of Innodb changes
partition_innodb_plugin : Bug#32430 2009-09-25 mattiasj Waiting for push of Innodb changes
2009-01-14 17:10:05 +00:00
+#
+plugin_load : gives wrong answer on PPC64
+outfile_loaddata : gives different results on different platforms