~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item.h

Merge Stewart - fix bug 587772: READ COMMITTED isolation level doesn't work (at least with InnoDB)

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
 
 
772
766
} /* namespace drizzled */
773
767
 
774
768
/** @TODO Why is this in the middle? */