~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_identifier.cc

  • Committer: Brian Aker
  • Date: 2010-03-25 01:22:58 UTC
  • mfrom: (1395.1.4 build)
  • Revision ID: brian@gaz-20100325012258-cg51yq2yiuldvgxw
Merge of ALTER TABLE code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
298
298
  return path;
299
299
}
300
300
 
 
301
void TableIdentifier::copyToTableMessage(message::Table &message)
 
302
{
 
303
  message.set_name(table_name);
 
304
  message.set_schema(db);
 
305
}
 
306
 
301
307
} /* namespace drizzled */