~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/create_schema.h

  • Committer: Brian Aker
  • Date: 2010-05-15 01:19:45 UTC
  • Revision ID: brian@gaz-20100515011945-uxhf94vi0tzm0vq6
Rename of KEY to KeyInfo

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
  bool execute();
47
47
  bool is_if_not_exists;
48
48
  message::Schema schema_message;
 
49
 
 
50
  bool validateSchemaOptions();
49
51
};
50
52
 
51
53
} /* end namespace statement */