[vhffs-dev] [2243] added MySQL 5.5. 37 patch which disable seemingly never finishing mysql build tests |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 2243
Author: gradator
Date: 2014-07-05 21:49:05 +0200 (Sat, 05 Jul 2014)
Log Message:
-----------
added MySQL 5.5.37 patch which disable seemingly never finishing mysql build tests
Added Paths:
-----------
trunk/vhffs-patches/mysql/201_mysql-5.5-5.5.37-disable-tests.dpatch
Added: trunk/vhffs-patches/mysql/201_mysql-5.5-5.5.37-disable-tests.dpatch
===================================================================
--- trunk/vhffs-patches/mysql/201_mysql-5.5-5.5.37-disable-tests.dpatch (rev 0)
+++ trunk/vhffs-patches/mysql/201_mysql-5.5-5.5.37-disable-tests.dpatch 2014-07-05 19:49:05 UTC (rev 2243)
@@ -0,0 +1,29 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 201_mysql-5.5-5.5.37-disable-tests.dpatch
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: TuxFamily patch to disable mysql build tests
+
+diff -Nru a/mysql-test/mysql-stress-test.pl b/mysql-test/mysql-stress-test.pl
+--- a/mysql-test/mysql-stress-test.pl 2014-07-05 19:45:21.103398747 +0000
++++ b/mysql-test/mysql-stress-test.pl 2014-07-05 19:42:02.319631194 +0000
+@@ -1,5 +1,7 @@
+ #!/usr/bin/perl
+
++exit 0;
++
+ # Copyright (c) 2005, 2011, Oracle and/or its affiliates. All rights reserved.
+ #
+ # This program is free software; you can redistribute it and/or
+diff -Nru a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl
+--- a/mysql-test/mysql-test-run.pl 2014-07-05 19:45:16.815403752 +0000
++++ b/mysql-test/mysql-test-run.pl 2014-07-05 19:41:55.183639554 +0000
+@@ -1,6 +1,8 @@
+ #!/usr/bin/perl
+ # -*- cperl -*-
+
++exit 0;
++
+ # Copyright (c) 2004, 2014, Oracle and/or its affiliates. All rights reserved.
+ #
+ # This program is free software; you can redistribute it and/or modify