~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-12-01 23:23:16 UTC
  • mto: This revision was merged to the branch mainline in revision 1968.
  • Revision ID: brian@tangent.org-20101201232316-ub4n058lfi38p497
Fix another style issue.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 
30
30
  class Generator : public show_dictionary::Show::Generator 
31
31
  {
32
 
    drizzled::SchemaIdentifiers schema_names;
33
 
    drizzled::SchemaIdentifiers::const_iterator schema_iterator;
 
32
    drizzled::SchemaIdentifier::vector schema_names;
 
33
    drizzled::SchemaIdentifier::vector::const_iterator schema_iterator;
34
34
 
35
35
    bool is_schema_primed;
36
36