~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/information_schema_dictionary/dictionary.h

  • Committer: Brian Aker
  • Date: 2010-07-07 19:12:58 UTC
  • mto: This revision was merged to the branch mainline in revision 1647.
  • Revision ID: brian@gaz-20100707191258-181z4cg7jfiado2b
Adding in work for schemata

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 
29
29
#include "plugin/information_schema_dictionary/information_schema.h"
30
30
 
 
31
#include "drizzled/generator.h"
 
32
 
31
33
#include "plugin/information_schema_dictionary/check_constraints.h"
32
34
#include "plugin/information_schema_dictionary/column_domain_usage.h"
33
35
#include "plugin/information_schema_dictionary/column_privileges.h"