00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021 #pragma once
00022
00023 #include <set>
00024
00025 #include <drizzled/plugin/table_function.h>
00026 #include <drizzled/plugin/storage_engine.h>
00027 #include <drizzled/statement/show.h>
00028 #include <drizzled/session.h>
00029 #include <drizzled/current_session.h>
00030 #include <drizzled/message/schema.pb.h>
00031 #include <drizzled/generator.h>
00032
00033 #include <plugin/show_dictionary/show.h>
00034 #include <plugin/show_dictionary/show_columns.h>
00035 #include <plugin/show_dictionary/show_create_schema.h>
00036 #include <plugin/show_dictionary/show_create_table.h>
00037 #include <plugin/show_dictionary/show_indexes.h>
00038 #include <plugin/show_dictionary/show_schemas.h>
00039 #include <plugin/show_dictionary/show_tables.h>
00040 #include <plugin/show_dictionary/show_table_status.h>
00041 #include <plugin/show_dictionary/show_temporary_tables.h>
00042