~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/storage_engine.cc

  • Committer: Brian Aker
  • Date: 2011-03-08 23:44:42 UTC
  • mto: (2227.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 2228.
  • Revision ID: brian@tangent.org-20110308234442-qvhnmp193fr77xr5
Merge in work around making all passing of table as const.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1074
1074
  return error;
1075
1075
}
1076
1076
 
1077
 
int StorageEngine::writeDefinitionFromPath(const identifier::Table &identifier, message::Table &table_message)
 
1077
int StorageEngine::writeDefinitionFromPath(const identifier::Table &identifier, const message::Table &table_message)
1078
1078
{
1079
1079
  char definition_file_tmp[FN_REFLEN];
1080
1080
  std::string file_name(identifier.getPath());