~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_lex.h

  • Committer: Brian Aker
  • Date: 2008-08-18 20:57:01 UTC
  • mto: This revision was merged to the branch mainline in revision 352.
  • Revision ID: brian@tangent.org-20080818205701-rzeyd4qw4xj7wx7l
Refactoring of class Table

Show diffs side-by-side

added added

removed removed

Lines of Context:
693
693
  bool setup_ref_array(THD *thd, uint32_t order_group_num);
694
694
  void print(THD *thd, String *str, enum_query_type query_type);
695
695
  static void print_order(String *str,
696
 
                          ORDER *order,
 
696
                          order_st *order,
697
697
                          enum_query_type query_type);
698
698
  void print_limit(THD *thd, String *str, enum_query_type query_type);
699
699
  void fix_prepare_information(THD *thd, Item **conds, Item **having_conds);