~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/show_dictionary/plugin.cc

Removed my_print_defaults. Guess what - it's no longer relevant.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
static int init(drizzled::module::Context &context)
27
27
{
28
28
  context.add(new ShowColumns());
29
 
  context.add(new ShowCreateSchema());
30
 
  context.add(new ShowCreateTable());
31
29
  context.add(new ShowIndexes());
32
30
  context.add(new ShowSchemas());
33
31
  context.add(new ShowTableStatus());