~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_select.cc

  • Committer: Brian Aker
  • Date: 2009-03-10 15:30:16 UTC
  • mfrom: (923.1.9 merge)
  • Revision ID: brian@tangent.org-20090310153016-imdmo2jj1cecz9py
Merge from Brian (Cleanup around LCOV)

Show diffs side-by-side

added added

removed removed

Lines of Context:
290
290
                      (order_st*) select_lex->order_list.first,
291
291
                      (order_st*) select_lex->group_list.first,
292
292
                      select_lex->having,
293
 
                      (order_st*) lex->proc_list.first,
 
293
                      NULL,
294
294
                      select_lex->options | session->options |
295
295
                      setup_tables_done_option,
296
296
                      result, unit, select_lex);
16250
16250
                        (order_st*) first->order_list.first,
16251
16251
                        (order_st*) first->group_list.first,
16252
16252
                        first->having,
16253
 
                        (order_st*) session->lex->proc_list.first,
 
16253
                        (order_st*) NULL,
16254
16254
                        first->options | session->options | SELECT_DESCRIBE,
16255
16255
                        result, unit, first);
16256
16256
  }