Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 01a3e5235fe10736017bf9d02dd43461 > files > 10

mysql-5.1.60-1.fc14.src.rpm

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.58.orig/mysql-test/t/disabled.def mysql-5.1.58/mysql-test/t/disabled.def
--- mysql-5.1.58.orig/mysql-test/t/disabled.def	2011-07-01 11:35:55.000000000 -0400
+++ mysql-5.1.58/mysql-test/t/disabled.def	2011-07-16 18:01:17.462388473 -0400
@@ -12,4 +12,5 @@
 kill                     : Bug#11748945 2008-12-03 HHunger need some changes to be robust enough for pushbuild.
 read_many_rows_innodb    : Bug#11748886 2010-11-15 mattiasj report already exists
 main.log_tables-big      : Bug#11756699 2010-11-15 mattiasj report already exists
-
+#
+outfile_loaddata         : bug#46895 code wrong, expected results wrong too