~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

Merge in catalog updates. This also fixes a bug in schema encoding.

Show diffs side-by-side

added added

removed removed

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