diff options
author | unknown <timour@askmonty.org> | 2011-06-21 15:50:07 +0300 |
---|---|---|
committer | unknown <timour@askmonty.org> | 2011-06-21 15:50:07 +0300 |
commit | a02682abcc53199e0110ec9f24f2063fa21bd6b5 (patch) | |
tree | e7b69db65008324eceb278eccaeff7ca09d9a064 /mysql-test/t/disabled.def | |
parent | 0cf912c23f5c5bec885e0a35e2511b5b83327433 (diff) | |
download | mariadb-git-a02682abcc53199e0110ec9f24f2063fa21bd6b5.tar.gz |
MWL#89
- Added regression test with queries over the WORLD database.
- Discovered and fixed several bugs in the related cost calculation
functionality both in the semijoin and non-semijon subquery code.
- Added DBUG printing of the cost variables used to decide between
IN-EXISTS and MATERIALIZATION.
Diffstat (limited to 'mysql-test/t/disabled.def')
-rw-r--r-- | mysql-test/t/disabled.def | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mysql-test/t/disabled.def b/mysql-test/t/disabled.def index c4eb6bf829e..c244d08e308 100644 --- a/mysql-test/t/disabled.def +++ b/mysql-test/t/disabled.def @@ -13,4 +13,3 @@ kill : Bug#37780 2008-12-03 HHunger need some changes to be query_cache_28249 : Bug#43861 2009-03-25 main.query_cache_28249 fails sporadically log_tables-big : Bug#48646 2010-11-15 mattiasj report already exists read_many_rows_innodb : Bug#37635 2010-11-15 mattiasj report already exists -main.subselect_mat_cost : MWL#89 tests that must be adjusted to the cost model introduced after the code review |