~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/schema_dictionary/index_parts.cc

Does not work (compile issue in plugin).

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 */
20
20
 
21
21
#include "config.h"
22
 
 
23
 
#include <plugin/data_engine/schemas.h>
 
22
#include "plugin/schema_dictionary/dictionary.h"
24
23
 
25
24
using namespace std;
26
25
using namespace drizzled;