~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/definition/table.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:
1695
1695
  local_error= 1;
1696
1696
  error_given= 0;
1697
1697
 
1698
 
  message::TablePtr table;
 
1698
  message::table::shared_ptr table;
1699
1699
 
1700
1700
  local_error= plugin::StorageEngine::getTableDefinition(session, identifier, table);
1701
1701