~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_union.cc

  • Committer: Monty Taylor
  • Date: 2008-12-10 07:43:50 UTC
  • mto: (670.1.3 devel)
  • mto: This revision was merged to the branch mainline in revision 672.
  • Revision ID: monty@inaugust.com-20081210074350-wi2y2piv23ko707h
Removed more stuff from the headers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
447
447
          (select_limit_cnt == HA_POS_ERROR || sl->braces) ?
448
448
          sl->options & ~OPTION_FOUND_ROWS : sl->options | found_rows_for_union;
449
449
 
450
 
        /* dump_TableList_struct(select_lex, select_lex->leaf_tables); */
451
450
        if (sl->join->flatten_subqueries())
452
451
          return(true);
453
452
 
454
 
        /* dump_TableList_struct(select_lex, select_lex->leaf_tables); */
455
453
        saved_error= sl->join->optimize();
456
454
      }
457
455
      if (!saved_error)