~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_identifier.cc

  • Committer: Eric Day
  • Date: 2010-03-25 19:28:37 UTC
  • mfrom: (1405 staging)
  • mto: This revision was merged to the branch mainline in revision 1409.
  • Revision ID: eday@oddments.org-20100325192837-4exmacbrywjovsqp
Merged trunk, rsolved conflicts.

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 */