~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/schema_dictionary/dictionary.h

  • Committer: Brian Aker
  • Date: 2010-03-02 01:04:20 UTC
  • mto: (1309.2.12 build)
  • mto: This revision was merged to the branch mainline in revision 1317.
  • Revision ID: brian@gaz-20100302010420-4in192er50qlv1bv
New version of show columns code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
#include "plugin/schema_dictionary/referential_constraints.h"
40
40
#include "plugin/schema_dictionary/table_constraints.h"
41
41
#include "plugin/schema_dictionary/show_indexes.h"
 
42
#include "plugin/schema_dictionary/show_columns.h"
42
43
 
43
44
#endif /* PLUGIN_SCHEMA_DICTIONARY_DICTIONARY_H */