~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • 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:
29
29
namespace statement {
30
30
namespace catalog {
31
31
 
32
 
Create::Create(Session *in_session, drizzled::lex_string_t &arg) :
 
32
Create::Create(Session *in_session, str_ref arg) :
33
33
  Catalog(in_session, arg)
34
34
{
35
35
}