~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/identifier/table.h

  • Committer: Andrew Hutchings
  • Date: 2011-02-07 17:20:59 UTC
  • mfrom: (2148 staging)
  • mto: (2148.2.3 build)
  • mto: This revision was merged to the branch mainline in revision 2149.
  • Revision ID: andrew@linuxjedi.co.uk-20110207172059-dyeahrgzrlincoe3
Merge with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
118
118
 
119
119
  Type type;
120
120
  std::string path;
 
121
  std::string key_path;
121
122
  std::string table_name;
122
123
  Key key;
123
124
  size_t hash_value;
203
204
  virtual void getSQLPath(std::string &sql_path) const;
204
205
 
205
206
  virtual const std::string &getPath() const;
 
207
  const std::string &getKeyPath() const;
206
208
 
207
209
  void setPath(const std::string &new_path)
208
210
  {