~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/information_schema_dictionary/table_constraints.h

  • 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:
29
29
 
30
30
  class Generator : public InformationSchema::Generator 
31
31
  {
32
 
    drizzled::message::TablePtr table_message;
 
32
    drizzled::message::table::shared_ptr table_message;
33
33
    drizzled::generator::AllTables generator;
34
34
    int32_t index_iterator;
35
35