~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/plugin.cc

Merged up with build.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 
27
27
plugin::Plugin::Plugin(std::string in_name, std::string in_type_name)
28
28
  : name(in_name),
29
 
    aliases(),
30
29
    is_active(true),
31
30
    module(NULL),
32
31
    type_name(in_type_name)