~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/schema_dictionary/foreign_keys.cc

  • Committer: Brian Aker
  • Date: 2010-11-19 00:00:46 UTC
  • mto: (1945.2.1 quick)
  • mto: This revision was merged to the branch mainline in revision 1944.
  • Revision ID: brian@tangent.org-20101119000046-iajnd847tmo595ts
Fix style issue around table for message (though this is imperfect,...)

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
 
52
52
bool ForeignKeysTool::Generator::nextTable()
53
53
{
54
 
  drizzled::message::TablePtr table_ptr;
 
54
  drizzled::message::table::shared_ptr table_ptr;
55
55
  while ((table_ptr= all_tables_generator))
56
56
  {
57
57
    table_message.CopyFrom(*table_ptr);