~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_derived.cc

  • Committer: Brian Aker
  • Date: 2009-03-11 19:04:31 UTC
  • mfrom: (923.1.10 merge)
  • Revision ID: brian@tangent.org-20090311190431-sptimed1l5vk3nwu
Dead proc code (merge)

Show diffs side-by-side

added added

removed removed

Lines of Context:
218
218
                        first_select->group_list.elements),
219
219
                        (order_st *) first_select->order_list.first,
220
220
                        (order_st *) first_select->group_list.first,
221
 
                        first_select->having, (order_st*) NULL,
222
 
                        (first_select->options | session->options |
223
 
                        SELECT_NO_UNLOCK),
 
221
                        first_select->having,
 
222
                        (first_select->options | session->options | SELECT_NO_UNLOCK),
224
223
                        derived_result, unit, first_select);
225
224
    }
226
225