~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/show_dictionary/plugin.cc

  • Committer: Brian Aker
  • Date: 2010-10-09 04:44:38 UTC
  • mto: (1827.1.1 trunk-drizzle)
  • mto: This revision was merged to the branch mainline in revision 1828.
  • Revision ID: brian@tangent.org-20101009044438-inypezfli460whto
First pass on moving show create schema out.

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