~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/show_dictionary/show_schemas.h

  • Committer: Brian Aker
  • Date: 2010-07-09 08:40:41 UTC
  • mfrom: (1643.3.13 rollup)
  • Revision ID: brian@gaz-20100709084041-tkghyfbzwvfqypi8
MergeĀ IS

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
 
34
34
  class Generator : public drizzled::plugin::TableFunction::Generator 
35
35
  {
36
 
    drizzled::SchemaIdentifierList schema_names;
37
 
    drizzled::SchemaIdentifierList::const_iterator schema_iterator;
 
36
    drizzled::SchemaIdentifiers schema_names;
 
37
    drizzled::SchemaIdentifiers::const_iterator schema_iterator;
38
38
 
39
39
    bool is_schema_primed;
40
40