~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/catalog/create.h

  • Committer: Brian Aker
  • Date: 2011-01-24 04:10:04 UTC
  • mto: (2109.2.1 drizzle-build)
  • mto: This revision was merged to the branch mainline in revision 2111.
  • Revision ID: brian@tangent.org-20110124041004-ze833jg5bi2fbd41
Merge in update to use console for catalog DDL.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
{
36
36
public:
37
37
  Create(Session *in_session, drizzled::lex_string_t &arg);
38
 
  bool authorized();
 
38
  bool authorized() const;
 
39
  bool perform() const;
39
40
};
40
41
 
41
42
} /* namespace catalog */