diff options
author | Matthias Leich <Matthias.Leich@sun.com> | 2008-12-08 15:36:42 +0100 |
---|---|---|
committer | Matthias Leich <Matthias.Leich@sun.com> | 2008-12-08 15:36:42 +0100 |
commit | ce942b399500cc8ee1374e95b99c476cf43870ef (patch) | |
tree | 23c51efbc23d4351c63a9d1d01452b9aa26e4789 /mysql-test/suite/funcs_2 | |
parent | ebff4ea3a917df85ff26192c904441257592b4a1 (diff) | |
download | mariadb-git-ce942b399500cc8ee1374e95b99c476cf43870ef.tar.gz |
Fix for Bug#40904 20 tests in 5.1 are disabled in a bad manner
- remove totally wrong (syntax) entries from disabled.def
- remove entries belonging to deleted tests from disabled.def
- correct the comments (correct the bug mentioned) of entries in disabled.def
- remove never completed tests which were accidently pushed
Diffstat (limited to 'mysql-test/suite/funcs_2')
-rw-r--r-- | mysql-test/suite/funcs_2/t/disabled.def | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mysql-test/suite/funcs_2/t/disabled.def b/mysql-test/suite/funcs_2/t/disabled.def index c903662e052..da6230bd7ed 100644 --- a/mysql-test/suite/funcs_2/t/disabled.def +++ b/mysql-test/suite/funcs_2/t/disabled.def @@ -1,6 +1,6 @@ # Disabled by hhunger (2008-03-03) due to WL4204 -innodb_charset : Due to bug#20447 -myisam_charset : Due to bug#20477 -memory_charset : Due to bug#20447 -ndb_charset : Due to bug#20447 +innodb_charset : Bug#20447 Problem with prefix keys with contractions and expansions +myisam_charset : Bug#20447 Problem with prefix keys with contractions and expansions +memory_charset : Bug#20447 Problem with prefix keys with contractions and expansions +ndb_charset : Bug#20447 Problem with prefix keys with contractions and expansions |