~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/show_dictionary/plugin.cc

  • Committer: Brian Aker
  • Date: 2010-09-22 22:25:29 UTC
  • mto: (1791.1.1 drizzle)
  • mto: This revision was merged to the branch mainline in revision 1792.
  • Revision ID: brian@tangent.org-20100922222529-geo4wggmu5ntqa5k
Current boost work (more conversion).

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());