summaryrefslogtreecommitdiff
path: root/mysql-test/lib
diff options
context:
space:
mode:
authorkent@mysql.com <>2005-06-19 20:09:28 +0200
committerkent@mysql.com <>2005-06-19 20:09:28 +0200
commite58054ad164b061cee0e084a34ac42d7f8f52114 (patch)
tree9aefd51c6946802c7ed1900a367748ad4e998072 /mysql-test/lib
parent63a351ea4f04c4023c7fc42b6df2eb54bb0e98fb (diff)
parent917276f2541fde10e117a3e785f2b38d30cdd37d (diff)
downloadmariadb-git-e58054ad164b061cee0e084a34ac42d7f8f52114.tar.gz
Merge mysql.com:/Users/kent/mysql/bk/mysql-4.1
into mysql.com:/Users/kent/mysql/bk/mysql-5.0
Diffstat (limited to 'mysql-test/lib')
-rw-r--r--mysql-test/lib/mtr_cases.pl10
1 files changed, 0 insertions, 10 deletions
diff --git a/mysql-test/lib/mtr_cases.pl b/mysql-test/lib/mtr_cases.pl
index b4f0080a4e9..c07f10c3bf7 100644
--- a/mysql-test/lib/mtr_cases.pl
+++ b/mysql-test/lib/mtr_cases.pl
@@ -126,16 +126,6 @@ sub collect_one_test_case($$$$$) {
return;
}
- # FIXME temporary solution, we have a hard coded list of test cases to
- # skip if we are using the embedded server
-
- if ( $::glob_use_embedded_server and
- mtr_match_any_exact($tname,\@::skip_if_embedded_server) )
- {
- $tinfo->{'skip'}= 1;
- return;
- }
-
# ----------------------------------------------------------------------
# Collect information about test case
# ----------------------------------------------------------------------