~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/identifier.h

Merge catalog with current trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#ifndef DRIZZLED_IDENTIFIER_H
22
22
#define DRIZZLED_IDENTIFIER_H
23
23
 
 
24
#include "drizzled/identifier/catalog.h"
24
25
#include "drizzled/identifier/schema.h"
25
26
#include "drizzled/identifier/table.h"
26
27
#include "drizzled/identifier/user.h"