~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/information_schema_dictionary/columns.h

  • Committer: Brian Aker
  • Date: 2010-10-27 23:24:30 UTC
  • mfrom: (1861.4.9 trunk-drizzle)
  • Revision ID: brian@tangent.org-20101027232430-e9ces9kmhvknr86c
Merge in additions to IS for FK

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 
30
30
  class Generator : public InformationSchema::Generator 
31
31
  {
32
 
    const drizzled::message::Table *table_message;
33
 
    drizzled::generator::AllTables generator;
34
 
    int32_t field_iterator;
 
32
    drizzled::generator::AllFields field_generator;
35
33
 
36
34
  public:
37
35
    Generator(drizzled::Field **arg);