~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/generator/schema.h

  • Committer: Olaf van der Spek
  • Date: 2011-03-28 17:36:12 UTC
  • mto: (2257.1.1 build) (2276.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 2258.
  • Revision ID: olafvdspek@gmail.com-20110328173612-j64frssmkmalveii
Common fwd

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
  Session &session;
35
35
  message::schema::shared_ptr schema;
36
36
 
37
 
  identifier::Schema::vector schema_names;
38
 
  identifier::Schema::vector::const_iterator schema_iterator;
 
37
  identifier::schema::vector schema_names;
 
38
  identifier::schema::vector::const_iterator schema_iterator;
39
39
 
40
40
public:
41
41