~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_select.h

  • Committer: Brian Aker
  • Date: 2009-02-07 22:33:25 UTC
  • Revision ID: brian@tangent.org-20090207223325-5ipgldvw1pkghboq
typdef class removal (just... use the name of the class).

Show diffs side-by-side

added added

removed removed

Lines of Context:
441
441
  TMP_TABLE_PARAM tmp_table_param;
442
442
  DRIZZLE_LOCK *lock;
443
443
  /// unit structure (with global parameters) for this select
444
 
  Select_Lex_UNIT *unit;
 
444
  Select_Lex_Unit *unit;
445
445
  /// select that processed
446
446
  Select_Lex *select_lex;
447
447
  /**
594
594
  int prepare(Item ***rref_pointer_array, TableList *tables, uint32_t wind_num,
595
595
              COND *conds, uint32_t og_num, order_st *order, order_st *group,
596
596
              Item *having, order_st *proc_param, Select_Lex *select,
597
 
              Select_Lex_UNIT *unit);
 
597
              Select_Lex_Unit *unit);
598
598
  int optimize();
599
599
  int reinit();
600
600
  void exec();