~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table.h

  • Committer: Brian Aker
  • Date: 2010-11-02 18:37:09 UTC
  • mfrom: (1897.2.5 merge)
  • Revision ID: brian@tangent.org-20101102183709-n4qjmcju1ozku9ki
Merge of Andrew, tdavies

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
  {