~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Mark Atwood
  • Date: 2011-10-05 15:24:11 UTC
  • mfrom: (2420.2.4 rf)
  • Revision ID: me@mark.atwood.name-20111005152411-xksdn4vulhmtz2x4
mergeĀ lp:~olafvdspek/drizzle/refactor1a

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
class Drop : public Catalog
28
28
{
29
29
public:
30
 
  Drop(Session*, lex_string_t&);
 
30
  Drop(Session*, str_ref);
31
31
  bool authorized() const;
32
32
  bool perform() const;
33
33
};