~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/schema_dictionary/tables.cc

  • Committer: Brian Aker
  • Date: 2010-03-19 01:45:58 UTC
  • mfrom: (1358.1.8 build)
  • Revision ID: brian@gaz-20100319014558-wq2snrpbdz3e8lwo
Merge Brian

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
    build_table_filename(path, schema_name().c_str(), table_name().c_str(), false);
97
97
    TableIdentifier identifier(schema_name().c_str(), table_name().c_str());
98
98
    plugin::StorageEngine::getTableDefinition(*session,
99
 
                                             path.c_str(),
100
 
                                             schema_name().c_str(),
101
 
                                             table_name().c_str(),
102
 
                                             false,
103
99
                                             identifier,
104
100
                                             table_proto);
105
101
  }