~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/generator/schema.cc

  • Committer: Brian Aker
  • Date: 2010-07-07 17:26:24 UTC
  • mto: This revision was merged to the branch mainline in revision 1647.
  • Revision ID: brian@gaz-20100707172624-jblqk5uh5j9s54qf
Adding columns.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
#include "config.h"
22
22
 
23
 
#include "drizzled/generator/schema.h"
 
23
#include "drizzled/generator.h"
24
24
 
25
25
using namespace std;
26
26