From ccb0cfc6e9c7ee189f3a2eee5830880a93a81186 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 28 Dec 2010 11:50:59 +0100 Subject: sync mysql 5.5.8 with rawhide --- mysql-5.5-install-test.patch | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'mysql-5.5-install-test.patch') diff --git a/mysql-5.5-install-test.patch b/mysql-5.5-install-test.patch index a788863..5980aea 100644 --- a/mysql-5.5-install-test.patch +++ b/mysql-5.5-install-test.patch @@ -1,7 +1,4 @@ -mysql's idea of a suitable place to install the regression tests is -/usr/mysql-test. To relocate this to a reasonably FHS-compliant place -like /usr/share/mysql-test, we have to hack up the paths in mtr_cases.pm. -This patch also improves the documentation a tad. +Improve the documentation that will be installed in the mysql-test RPM. diff -Naur mysql-5.1.43.orig/mysql-test/README mysql-5.1.43/mysql-test/README @@ -34,13 +31,3 @@ diff -Naur mysql-5.1.43.orig/mysql-test/README mysql-5.1.43/mysql-test/README You can create your own test cases. To create a test case, create a new ---- mysql-5.5.6-rc/mysql-test/lib/mtr_cases.pm.orig 2010-09-24 19:11:14.978713231 +0200 -+++ mysql-5.5.6-rc/mysql-test/lib/mtr_cases.pm 2010-09-24 19:11:25.748104951 +0200 -@@ -276,6 +276,7 @@ - { - $suitedir= my_find_dir($::basedir, - ["share/mysql-test/suite", -+ "share/mysql-test", - "mysql-test/suite", - "mysql-test", - # Look in storage engine specific suite dirs -- cgit