~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/fstring.h

  • Committer: Monty Taylor
  • Date: 2008-08-18 23:04:17 UTC
  • mfrom: (327.1.12 drizzle)
  • Revision ID: monty@inaugust.com-20080818230417-442rhihpahnout34
MergedĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
  enum_field_types real_type() const { return DRIZZLE_TYPE_VARCHAR; }
77
77
  bool has_charset(void) const
78
78
  { return charset() == &my_charset_bin ? false : true; }
79
 
  Field *new_field(MEM_ROOT *root, struct st_table *new_table, bool keep_type);
 
79
  Field *new_field(MEM_ROOT *root, Table *new_table, bool keep_type);
80
80
  virtual uint get_key_image(uchar *buff,uint length, imagetype type);
81
81
private:
82
82
  int do_save_field_metadata(uchar *first_byte);