~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/blitzdb/blitzdata.cc

  • Committer: Brian Aker
  • Date: 2011-01-17 23:44:48 UTC
  • mfrom: (2088.1.5 drizzle-build)
  • Revision ID: brian@tangent.org-20110117234448-0tt6rd6fxa3csdaf
Rollup of all changes for identifier/error

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
/* Similar to UNIX touch(1) but generates a tuned TCHDB file. */
50
50
int BlitzData::create_data_table(drizzled::message::Table &proto,
51
51
                                 drizzled::Table &table_info,
52
 
                                 const drizzled::TableIdentifier &identifier) {
 
52
                                 const drizzled::identifier::Table &identifier) {
53
53
 
54
54
  std::string path = identifier.getPath() + BLITZ_DATA_EXT;
55
55