~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/generator/all_tables.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:
29
29
{
30
30
  Session &session;
31
31
 
32
 
  identifier::Table::vector table_names;
33
 
  identifier::Table::vector::const_iterator table_iterator;
 
32
  identifier::table::vector table_names;
 
33
  identifier::table::vector::const_iterator table_iterator;
34
34
 
35
35
  drizzled::generator::Schema schema_generator;
36
36
  const drizzled::identifier::Schema *schema_ptr;