~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/set.h

MergedĀ fromĀ PatG.

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
  virtual bool zero_pack() const { return 1; }
45
45
  String *val_str(String*,String *);
46
46
  void sql_type(String &str) const;
47
 
  enum_field_types real_type() const { return FIELD_TYPE_SET; }
 
47
  enum_field_types real_type() const { return DRIZZLE_TYPE_SET; }
48
48
  bool has_charset(void) const { return true; }
49
49
};
50
50