~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/subselect.cc

  • Committer: Eric Day
  • Date: 2009-08-31 23:50:37 UTC
  • mto: This revision was merged to the branch mainline in revision 1134.
  • Revision ID: eday@oddments.org-20090831235037-hwwe6zhq94o4lxtd
Removed purecov messages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2154
2154
      select_lex->uncacheable|= UNCACHEABLE_EXPLAIN;
2155
2155
      select_lex->master_unit()->uncacheable|= UNCACHEABLE_EXPLAIN;
2156
2156
      if (join->init_save_join_tab())
2157
 
        return(1);                        /* purecov: inspected */
 
2157
        return(1);
2158
2158
    }
2159
2159
    if (item->engine_changed)
2160
2160
    {