~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_select.cc

Add in new show work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
346
346
*/
347
347
bool mysql_select(Session *session,
348
348
                  Item ***rref_pointer_array,
349
 
                        TableList *tables, 
 
349
                  TableList *tables, 
350
350
                  uint32_t wild_num, 
351
351
                  List<Item> &fields,
352
 
                        COND *conds, 
 
352
                  COND *conds, 
353
353
                  uint32_t og_num,  
354
354
                  order_st *order, 
355
355
                  order_st *group,
356
 
                        Item *having, 
 
356
                  Item *having, 
357
357
                  uint64_t select_options,
358
 
                        select_result *result, 
 
358
                  select_result *result, 
359
359
                  Select_Lex_Unit *unit,
360
 
                        Select_Lex *select_lex)
 
360
                  Select_Lex *select_lex)
361
361
{
362
362
  bool err;
363
363
  bool free_join= 1;