~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/generator/table.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:
32
32
{
33
33
  Session &session;
34
34
 
35
 
  identifier::Table::vector table_names;
36
 
  identifier::Table::vector::const_iterator table_iterator;
 
35
  identifier::table::vector table_names;
 
36
  identifier::table::vector::const_iterator table_iterator;
37
37
 
38
38
public:
39
39