22
22
#include "plugin/show_dictionary/dictionary.h"
23
23
#include "drizzled/identifier.h"
27
27
using namespace drizzled;
29
29
static const string VARCHAR("VARCHAR");
30
32
static const string DOUBLE("DOUBLE");
31
33
static const string BLOB("BLOB");
32
35
static const string ENUM("ENUM");
33
36
static const string INTEGER("INTEGER");
34
37
static const string BIGINT("BIGINT");