~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/schema_dictionary/dictionary.cc

Reverted changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
using namespace drizzled;
25
25
 
26
 
static int init(drizzled::plugin::Context &context)
 
26
static int init(drizzled::module::Context &context)
27
27
{
28
28
  context.add(new ColumnsTool());
29
29
  context.add(new IndexPartsTool());