summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/patches/mysqlcheck_tests.patch26
1 files changed, 25 insertions, 1 deletions
diff --git a/debian/patches/mysqlcheck_tests.patch b/debian/patches/mysqlcheck_tests.patch
index 18bdbfd..e0b5f28 100644
--- a/debian/patches/mysqlcheck_tests.patch
+++ b/debian/patches/mysqlcheck_tests.patch
@@ -1,6 +1,6 @@
Author: Nicholas Bamber <nicholas@periapt.co.uk>
Bug: http://bugs.mysql.com/bug.php?id=65288
-Date: 2012-05-28
+Date: 2012-06-02
Subject: child process picking up external config files
The effect of the patch should be that the affected tests
run inside a clean chroot, but are skipped where stray
@@ -95,3 +95,27 @@ Subject: child process picking up external config files
--source include/master-slave.inc
# Only run test if "mysql_upgrade" is found
+--- a/mysql-test/t/myisam.test
++++ b/mysql-test/t/myisam.test
+@@ -1,3 +1,5 @@
++
++-- source include/debian-fail-local_my_cnf.inc
+ #
+ # Test bugs in the MyISAM code
+ #
+--- a/mysql-test/t/myisampack.test
++++ b/mysql-test/t/myisampack.test
+@@ -1,3 +1,5 @@
++
++-- source include/debian-fail-local_my_cnf.inc
+ -- disable_warnings
+ DROP TABLE IF EXISTS t1,t2,t3;
+ -- enable_warnings
+--- a/mysql-test/t/mysqldump.test
++++ b/mysql-test/t/mysqldump.test
+@@ -1,4 +1,5 @@
+ # Embedded server doesn't support external clients
++-- source include/debian-fail-local_my_cnf.inc
+ --source include/not_embedded.inc
+
+ # Binlog is required