~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/schema_generator.h

  • Committer: Brian Aker
  • Date: 2010-07-01 23:03:22 UTC
  • mto: This revision was merged to the branch mainline in revision 1647.
  • Revision ID: brian@gaz-20100701230322-kwfewmxproqgkiby
Updated to harmonize the identifier API.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
  Session &session;
32
32
  message::Schema schema;
33
33
 
34
 
  SchemaIdentifierList schema_names;
35
 
  SchemaIdentifierList::const_iterator schema_iterator;
 
34
  SchemaIdentifiers schema_names;
 
35
  SchemaIdentifiers::const_iterator schema_iterator;
36
36
 
37
37
public:
38
38