~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-31 23:39:12 UTC
  • mto: This revision was merged to the branch mainline in revision 1434.
  • Revision ID: brian@gaz-20100331233912-q2zi8n0sg35kvwsm
Shift show commands to their own dictionary.

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
 
42
 
#include "plugin/schema_dictionary/show_columns.h"
43
 
#include "plugin/schema_dictionary/show_indexes.h"
44
 
#include "plugin/schema_dictionary/show_schemas.h"
45
 
#include "plugin/schema_dictionary/show_tables.h"
46
 
#include "plugin/schema_dictionary/show_table_status.h"
47
 
#include "plugin/schema_dictionary/show_temporary_tables.h"
48
 
 
49
42
#endif /* PLUGIN_SCHEMA_DICTIONARY_DICTIONARY_H */