summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2010-11-02 08:55:02 +0100
committerRemi Collet <fedora@famillecollet.com>2010-11-02 08:55:02 +0100
commit244fb74435b0ee6e2a04147d7bbd4dd3b60fa41e (patch)
tree8945e746f8c42c7e74e6c436a68592bc1f9d5986
parent383c52bd90da309a81d4d3232c34bd3aac25eca0 (diff)
missing patch
-rw-r--r--mysql-disable-test.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/mysql-disable-test.patch b/mysql-disable-test.patch
new file mode 100644
index 0000000..becbcf2
--- /dev/null
+++ b/mysql-disable-test.patch
@@ -0,0 +1,16 @@
+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
+(note that upstream has also disabled it, but only for Solaris, so we still
+need this patch).
+
+
+diff -Naur mysql-5.1.51.orig/mysql-test/t/disabled.def mysql-5.1.51/mysql-test/t/disabled.def
+--- mysql-5.1.51.orig/mysql-test/t/disabled.def 2010-09-13 10:10:50.000000000 -0400
++++ mysql-5.1.51/mysql-test/t/disabled.def 2010-10-07 11:15:46.167693893 -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
++#
++outfile_loaddata : bug#46895 code wrong, expected results wrong too