~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/catalog.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:
37
37
public:
38
38
  Catalog(Session *in_session, drizzled::lex_string_t &arg);
39
39
 
40
 
  virtual bool authorized()= 0;
 
40
  virtual bool authorized() const= 0;
 
41
  virtual bool perform() const= 0;
41
42
 
42
43
  bool execute();
43
44