~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item/ident.cc

Merged fix-headers work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#include CSTDINT_H
22
22
#include <drizzled/show.h>
23
23
#include <drizzled/table.h>
 
24
#include <drizzled/current_session.h>
24
25
#include <drizzled/item/ident.h>
25
26
 
26
27
const uint32_t NO_CACHED_FIELD_INDEX= UINT32_MAX;