~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/show_dictionary/plugin.cc

  • Committer: Olaf van der Spek
  • Date: 2011-02-12 18:24:24 UTC
  • mto: (2167.1.2 build) (2172.1.4 build)
  • mto: This revision was merged to the branch mainline in revision 2168.
  • Revision ID: olafvdspek@gmail.com-20110212182424-kgnm9osi7qo97at2
casts

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 ShowColumns());
 
29
  context.add(new ShowCreateSchema());
 
30
  context.add(new ShowCreateTable());
29
31
  context.add(new ShowIndexes());
30
32
  context.add(new ShowSchemas());
31
33
  context.add(new ShowTableStatus());