MWL#90: Subqueries: Inside-out execution for non-semijoin materialized subqueries that are AND-parts of the WHERE

- Code cleanu.
- Make MWL#90 code require @@optimizer_switch='semijoin=on'
- Update test results with the above
- Fork subselect_mat.test - we want to check both semi-join materialization, 
  which now has broader scope and non-semijoin materialization.
This commit is contained in:
Sergey Petrunya
2010-05-25 10:32:15 +04:00
parent 5a53be655c
commit 62bf7f6124
9 changed files with 2399 additions and 1126 deletions

View File

@ -1,3 +1,4 @@
#!@PERL@
# Test of table elimination feature