~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/create_field.h

  • Committer: Olaf van der Spek
  • Date: 2011-06-26 16:37:38 UTC
  • mto: This revision was merged to the branch mainline in revision 2350.
  • Revision ID: olafvdspek@gmail.com-20110626163738-9mu5phbhhlt4236p
Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
 
70
70
  CreateField() :after(0) {}
71
71
  CreateField(Field *field, Field *orig_field);
72
 
  /* Used to make a clone of this object for ALTER/CREATE TABLE */
73
 
  CreateField *clone(memory::Root& mem_root) const
74
 
    { return new (mem_root) CreateField(*this); }
75
72
  void create_length_to_internal_length(void);
76
73
 
77
74
  inline enum column_format_type column_format() const