~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table.h

  • Committer: tdavies
  • Date: 2010-10-31 07:38:13 UTC
  • mto: (1897.2.4 merge)
  • mto: This revision was merged to the branch mainline in revision 1899.
  • Revision ID: tdavies@molly-20101031073813-mmu12nqc0bwezxny
struct order_st changed and renamed to c++ class named:Order

Show diffs side-by-side

added added

removed removed

Lines of Context:
161
161
  Field_timestamp *timestamp_field; /**< Points to the auto-setting timestamp field, if any */
162
162
 
163
163
  TableList *pos_in_table_list; /* Element referring to this table */
164
 
  order_st *group;
 
164
  Order *group;
165
165
  
166
166
  const char *getAlias() const
167
167
  {