~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/generator.h

  • Committer: Brian Aker
  • Date: 2010-10-22 07:38:49 UTC
  • mto: This revision was merged to the branch mainline in revision 1885.
  • Revision ID: brian@tangent.org-20101022073849-h3j2eglp70dav2ze
Adds in a portion of the ref constraints table.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
#include "drizzled/generator/all_tables.h"
31
31
#include "drizzled/generator/all_fields.h"
32
32
#include "drizzled/generator/all_indexes.h"
 
33
#include "drizzled/generator/all_foreign_keys.h"
33
34
 
34
35
#endif /* DRIZZLED_GENERATOR_H */