~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/identifier/catalog.h

  • Committer: Lee Bieber
  • Date: 2011-03-23 22:07:25 UTC
  • mfrom: (2246.4.6 foreach)
  • mto: This revision was merged to the branch mainline in revision 2248.
  • Revision ID: kalebral@gmail.com-20110323220725-0whqef7r72kv7tox
Merge Olaf - Use BOOST_FOREACH

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
    return _name;
68
68
  }
69
69
 
70
 
  virtual void getSQLPath(std::string &sql_path) const
 
70
  virtual std::string getSQLPath() const
71
71
  {
72
 
    sql_path= _name;
 
72
    return _name;
73
73
  }
74
74
 
75
75
  size_t getHashValue() const