From 097585eb04d0e30cb112312646a8618ef19c4d96 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 26 Sep 2010 17:26:19 +0200 Subject: MySQL 5.1.51 --- mysql-install-test.patch | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'mysql-install-test.patch') diff --git a/mysql-install-test.patch b/mysql-install-test.patch index c69117a..5b48067 100644 --- a/mysql-install-test.patch +++ b/mysql-install-test.patch @@ -34,17 +34,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 -diff -Naur mysql-5.1.43.orig/mysql-test/lib/mtr_cases.pm mysql-5.1.43/mysql-test/lib/mtr_cases.pm ---- mysql-5.1.43.orig/mysql-test/lib/mtr_cases.pm 2010-01-15 12:14:49.000000000 -0500 -+++ mysql-5.1.43/mysql-test/lib/mtr_cases.pm 2010-02-13 21:17:30.000000000 -0500 -@@ -259,7 +259,9 @@ - else - { - $suitedir= my_find_dir($::basedir, -- ["mysql-test/suite", -+ ["share/mysql-test/suite", -+ "share/mysql-test", -+ "mysql-test/suite", - "mysql-test", - # Look in storage engine specific suite dirs - "storage/*/mysql-test-suites" -- cgit