~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/identifier/table.h

Fix innodb to just directly use the identifier (this way we only need to
modify one code path).

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;
202
203
  virtual void getSQLPath(std::string &sql_path) const;
203
204
 
204
205
  virtual const std::string &getPath() const;
 
206
  const std::string &getKeyPath() const;
205
207
 
206
208
  void setPath(const std::string &new_path)
207
209
  {