~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/show_dictionary/show_columns.h

  • Committer: Brian Aker
  • Date: 2011-07-13 05:35:09 UTC
  • mto: (2392.1.1 drizzle-autoconf)
  • mto: This revision was merged to the branch mainline in revision 2366.
  • Revision ID: brian@tangent.org-20110713053509-oku96suj7tb32izy
Fix for bug lp:743783  ,  we just now use type: in the plugin (i.e. we use the API).

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
      return table_name;
57
57
    }
58
58
 
59
 
    void pushType(drizzled::message::Table::Field::FieldType type, const std::string &collation);
60
 
 
61
59
    void fill();
62
60
 
63
61
  public: