~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 06:41:24 UTC
  • mfrom: (2087.4.2 drizzle)
  • mto: This revision was merged to the branch mainline in revision 2089.
  • Revision ID: brian@gir-3-20110117064124-cytq2o0d5h5c6fi2
Merge in identifier naming.

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