~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/subselect.cc

  • Committer: Brian Aker
  • Date: 2009-07-28 17:52:18 UTC
  • mto: (1103.1.1 staging)
  • mto: This revision was merged to the branch mainline in revision 1104.
  • Revision ID: brian@gaz-20090728175218-rytjked8peliedop
First pass through removing most of the semi_join code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2134
2134
    Select_Lex_Unit *unit= select_lex->master_unit();
2135
2135
 
2136
2136
    unit->set_limit(unit->global_parameters);
2137
 
    if (join->flatten_subqueries())
2138
 
    {
2139
 
      session->is_fatal_error= true;
2140
 
      return(1);
2141
 
    }
2142
2137
    if (join->optimize())
2143
2138
    {
2144
2139
      session->where= save_where;