~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/generator.h

  • Committer: Brian Aker
  • Date: 2010-07-06 23:50:55 UTC
  • mto: This revision was merged to the branch mainline in revision 1647.
  • Revision ID: brian@gaz-20100706235055-z631577w09dh9qk4
Addd an "all_tables" generator to loop through all tables.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
#include "drizzled/generator/schema.h"
22
22
#include "drizzled/generator/table.h"
 
23
#include "drizzled/generator/all_tables.h"