~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/default_value.h

fixes for the installing from source doc

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
  enum Type type() const { return DEFAULT_VALUE_ITEM; }
42
42
  bool eq(const Item *item, bool binary_cmp) const;
43
43
  bool fix_fields(Session *, Item **);
44
 
  virtual void print(String *str, enum_query_type query_type);
 
44
  virtual void print(String *str);
45
45
  int save_in_field(Field *field_arg, bool no_conversions);
46
46
  table_map used_tables() const { return (table_map)0L; }
47
47