~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/schema_dictionary/columns.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>
24
 
#include <assert.h>
 
22
#include "plugin/schema_dictionary/dictionary.h"
25
23
 
26
24
using namespace std;
27
25
using namespace drizzled;