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 | b16ba9aa332735d87c5b3de2ae77b38b098cd55e (patch) | |
tree | 23c51efbc23d4351c63a9d1d01452b9aa26e4789 /mysql-test/t/disabled.def | |
parent | 76835e57a24b77d8f7e5d79e830382e79650901d (diff) | |
download | mariadb-git-b16ba9aa332735d87c5b3de2ae77b38b098cd55e.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/t/disabled.def')
-rw-r--r-- | mysql-test/t/disabled.def | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mysql-test/t/disabled.def b/mysql-test/t/disabled.def index 5de0a435ba5..e2a4d0ba33d 100644 --- a/mysql-test/t/disabled.def +++ b/mysql-test/t/disabled.def @@ -10,6 +10,5 @@ # ############################################################################## federated_transactions : Bug#29523 Transactions do not work -log_tables.test : Bug #37798: main.log_tables fails randomly on powermacg5 and windows -slow_query_log_func.test : Bug #37962: *_func tests containing sleeps/race conditions +slow_query_log_func : Bug #37962: *_func tests containing sleeps/race conditions wait_timeout_func : Bug #41225 joro wait_timeout_func fails |