~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/schema_identifier.h

trunk merge plus more pbms updates for drizzle.

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
  // identifier for current db.
58
58
public:
59
59
 
60
 
  const std::string &getLower()
 
60
  const std::string &getLower() const
61
61
  {
62
 
   return lower_db;
 
62
    return lower_db;
63
63
  }
64
64
 
65
65
public: