~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/sum.h

  • Committer: Brian Aker
  • Date: 2010-10-20 20:25:52 UTC
  • mto: (1864.2.1 merge)
  • mto: This revision was merged to the branch mainline in revision 1865.
  • Revision ID: brian@tangent.org-20101020202552-51y5sz5ledoxbp7t
Add support for --with-valgrind

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
                                    const void* key2);
40
40
 
41
41
class Select_Lex;
42
 
struct Order;
 
42
struct order_st;
43
43
 
44
44
/*
45
45
  Class Item_sum is the base class used for special expressions that SQL calls
982
982
   */
983
983
  Unique *unique_filter;
984
984
  Table *table;
985
 
  Order **order;
 
985
  order_st **order;
986
986
  Name_resolution_context *context;
987
987
  /** The number of ORDER BY items. */
988
988
  uint32_t arg_count_order;