~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item.h

  • Committer: Brian Aker
  • Date: 2010-12-16 02:16:37 UTC
  • mto: This revision was merged to the branch mainline in revision 1999.
  • Revision ID: brian@tangent.org-20101216021637-owmmneuy57ddhcn3
uuid type code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
763
763
  bool eq_by_collation(Item *item, bool binary_cmp, const CHARSET_INFO * const cs);
764
764
};
765
765
 
 
766
namespace display {
 
767
const std::string &type(Item::Type type);
 
768
} /* namespace display */
 
769
 
 
770
std::ostream& operator<<(std::ostream& output, const Item &item);
 
771
 
766
772
} /* namespace drizzled */
767
773
 
768
774
/** @TODO Why is this in the middle? */