~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/show_dictionary/show_create_schema.h

  • Committer: Brian Aker
  • Date: 2010-10-24 11:37:53 UTC
  • mfrom: (1874.2.4 bison)
  • Revision ID: brian@tangent.org-20101024113753-sdw59ktv6lyk0r22
Merge in show update.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
#include "drizzled/message.h"
25
25
 
26
 
class ShowCreateSchema : public drizzled::plugin::TableFunction
 
26
class ShowCreateSchema : public show_dictionary::Show
27
27
{
28
28
public:
29
29
  ShowCreateSchema();
30
30
 
31
 
  class Generator : public drizzled::plugin::TableFunction::Generator 
 
31
  class Generator : public show_dictionary::Show::Generator 
32
32
  {
33
33
    bool is_primed;
34
34
    bool if_not_exists;