~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/enum.h

  • Committer: Monty Taylor
  • Date: 2009-12-25 08:50:15 UTC
  • mto: This revision was merged to the branch mainline in revision 1255.
  • Revision ID: mordred@inaugust.com-20091225085015-83sux5qsvy312gew
MEM_ROOT == memory::Root

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
  {
56
56
    flags|= ENUM_FLAG;
57
57
  }
58
 
  Field *new_field(MEM_ROOT *root, Table *new_table, bool keep_type);
 
58
  Field *new_field(drizzled::memory::Root *root, Table *new_table, bool keep_type);
59
59
  enum ha_base_keytype key_type() const;
60
60
  int  store(const char *to, uint32_t length, const CHARSET_INFO * const);
61
61
  int  store(double nr);