~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/show_dictionary/show_create_schema.h

updating to trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
 
31
31
  class Generator : public show_dictionary::Show::Generator 
32
32
  {
33
 
    bool is_primed;
34
33
    bool if_not_exists;
35
34
    std::string schema_name;
36
35
    drizzled::message::schema::shared_ptr schema_message;