1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00
- 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.
This commit is contained in:
unknown
2011-06-21 15:50:07 +03:00
parent 0cf912c23f
commit a02682abcc
7 changed files with 1001 additions and 3989 deletions

View File

@@ -5969,7 +5969,7 @@ void JOIN::get_partial_cost_and_fanout(uint end_tab_idx,
}
for (tab= first_depth_first_tab(this), i= const_tables;
tab;
(i <= end_tab_idx && tab);
tab= next_depth_first_tab(this, tab), i++)
{
/*