~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/cursor.h

  • Committer: Brian Aker
  • Date: 2009-12-18 23:20:19 UTC
  • mfrom: (1241.7.8 fix-dtrace-target)
  • Revision ID: brian@gaz-20091218232019-2eg8yvil821t08pr
MErge Padraig

Show diffs side-by-side

added added

removed removed

Lines of Context:
743
743
 
744
744
bool handle_select(Session *session, LEX *lex, select_result *result,
745
745
                   uint64_t setup_tables_done_option);
746
 
bool mysql_select(Session *session, Item ***rref_pointer_array,
747
 
                  TableList *tables, uint32_t wild_num,  List<Item> &list,
748
 
                  COND *conds, uint32_t og_num, order_st *order, order_st *group,
749
 
                  Item *having, uint64_t select_type,
750
 
                  select_result *result, Select_Lex_Unit *unit,
751
 
                  Select_Lex *select_lex);
752
746
void free_underlaid_joins(Session *session, Select_Lex *select);
753
747
bool mysql_explain_union(Session *session, Select_Lex_Unit *unit,
754
748
                         select_result *result);