diff options
author | unknown <timour@askmonty.org> | 2011-02-22 12:44:58 +0200 |
---|---|---|
committer | unknown <timour@askmonty.org> | 2011-02-22 12:44:58 +0200 |
commit | 759d71eba1842bbde7b44fc42e1098590b136320 (patch) | |
tree | 36f218066133a216bf706cca7e619b9667c24d40 /mysql-test/t/disabled.def | |
parent | 96efe1cab3861bedc9d1f30812b1d6557d8f1585 (diff) | |
download | mariadb-git-759d71eba1842bbde7b44fc42e1098590b136320.tar.gz |
MWL#89
Split the tests for MWL#89 into two parts - one for bugs
(currently active), and one for functionality tets
(currently in progress, and thus disabled).
Disable the test for LP BUG#718593.
Diffstat (limited to 'mysql-test/t/disabled.def')
-rw-r--r-- | mysql-test/t/disabled.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/disabled.def b/mysql-test/t/disabled.def index f76058abae4..551407ea538 100644 --- a/mysql-test/t/disabled.def +++ b/mysql-test/t/disabled.def @@ -17,3 +17,4 @@ main.mysqlhotcopy_archive: bug#54129 2010-06-04 Horst main.events_time_zone : Test is not predictable as it depends on precise timing. main.mysqlhotcopy_myisam : Bug#56817 2010-10-21 anitha mysqlhotcopy* fails main.mysqlhotcopy_archive: Bug#56817 2010-10-21 anitha mysqlhotcopy* fails +main.subselect_mat_cost : MWL#89 tests that must be adjusted to the cost model introduced after the code review |