~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/collation_dictionary/dictionary.cc

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
static CharacterSetsTool *character_sets;
27
27
static CollationsTool *collations;
28
28
 
29
 
static int init(drizzled::module::Context &context)
 
29
static int init(drizzled::plugin::Context &context)
30
30
{
31
31
  character_sets= new(std::nothrow)CharacterSetsTool;
32
32
  collations= new(std::nothrow)CollationsTool;