~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table.h

  • Committer: Brian Aker
  • Date: 2008-08-11 23:20:41 UTC
  • Revision ID: brian@tangent.org-20080811232041-h9ydp3um89b1pbvm
Clean up UNION in CREATE TABLE statement

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
 
96
96
class Field_timestamp;
97
97
class Field_blob;
98
 
class Table_triggers_list;
99
98
 
100
99
/**
101
100
  Category of table found in the table share.
406
405
  Field *found_next_number_field;       /* Set on open */
407
406
  Field_timestamp *timestamp_field;
408
407
 
409
 
  /* Table's triggers, 0 if there are no of them */
410
 
  Table_triggers_list *triggers;
411
408
  TABLE_LIST *pos_in_table_list;/* Element referring to this table */
412
409
  ORDER         *group;
413
410
  const char    *alias;                   /* alias or table name */