~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_union.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:
276
276
                               (order_st*) sl->group_list.first,
277
277
                               sl->having,
278
278
                               (is_union_select ? (order_st*) 0 :
279
 
                                (order_st*) session_arg->lex->proc_list.first),
 
279
                                (order_st*) NULL),
280
280
                               sl, this);
281
281
    /* There are no * in the statement anymore (for PS) */
282
282
    sl->with_wild= 0;