~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/identifier/catalog.h

  • Committer: Brian Aker
  • Date: 2010-12-03 04:10:23 UTC
  • mto: (2017.3.1 catalogs)
  • mto: This revision was merged to the branch mainline in revision 2073.
  • Revision ID: brian@tangent.org-20101203041023-hd0cwx8jgwcrivck
Big hunk of burning create/drop work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
    return  boost::algorithm::to_upper_copy(left.getName()) < boost::algorithm::to_upper_copy(right.getName());
78
78
  }
79
79
 
80
 
  friend std::ostream& operator<<(std::ostream& output,
81
 
                                  Catalog &identifier)
 
80
  friend std::ostream& operator<<(std::ostream& output, const Catalog &identifier)
82
81
  {
83
82
    output << "Catalog:(";
84
83
    output <<  identifier.getName();