~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement/catalog.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:
23
23
#include <drizzled/session.h>
24
24
#include <drizzled/statement/catalog.h>
25
25
 
26
 
namespace drizzled
27
 
{
28
 
 
29
 
namespace statement
30
 
{
31
 
 
32
 
Catalog::Catalog(Session *in_session, drizzled::lex_string_t &arg) :
 
26
namespace drizzled {
 
27
namespace statement {
 
28
 
 
29
Catalog::Catalog(Session *in_session, str_ref arg) :
33
30
  Statement(in_session),
34
31
  _identifier(arg)
35
32
{