~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: 2011-02-16 02:39:43 UTC
  • mfrom: (2171.1.3 drizzle-staging)
  • Revision ID: brian@tangent.org-20110216023943-z4lxkjvknnrrncr2
Merge of all fixes related to errors, schemas, etc.

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;