~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/catalog/create.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:
28
28
class Create : public Catalog
29
29
{
30
30
public:
31
 
  Create(Session*, lex_string_t&);
 
31
  Create(Session*, str_ref);
32
32
  bool authorized() const;
33
33
  bool perform() const;
34
34
};