~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/null.h

fixes for the installing from source doc

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
  Item *clone_item() { return new Item_null(name); }
54
54
  bool is_null() { return true; }
55
55
 
56
 
  virtual void print(String *str, enum_query_type);
 
56
  virtual void print(String *str);
57
57
 
58
58
  Item *safe_charset_converter(const CHARSET_INFO * const tocs);
59
59
};