~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_union.cc

  • Committer: Brian Aker
  • Date: 2009-05-29 23:52:19 UTC
  • mfrom: (1039.2.1 working)
  • Revision ID: brian@gaz-20090529235219-f9hodej510x4bwyj
Merge Jay

Show diffs side-by-side

added added

removed removed

Lines of Context:
557
557
            subquery execution rather than EXPLAIN line production. In order
558
558
            to reset them back, we re-do all of the actions (yes it is ugly):
559
559
          */
560
 
          join->init(session, item_list, fake_select_lex->options, result);
 
560
                join->reset(session, item_list, fake_select_lex->options, result);
561
561
          saved_error= mysql_select(session, &fake_select_lex->ref_pointer_array,
562
562
                                &result_table_list,
563
563
                                0, item_list, NULL,