~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/statement.h

  • Committer: Brian Aker
  • Date: 2011-01-24 04:10:04 UTC
  • mto: (2109.2.1 drizzle-build)
  • mto: This revision was merged to the branch mainline in revision 2111.
  • Revision ID: brian@tangent.org-20110124041004-ze833jg5bi2fbd41
Merge in update to use console for catalog DDL.

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
    return _session;
63
63
  }
64
64
 
 
65
  Session *getSession() const
 
66
  {
 
67
    return _session;
 
68
  }
 
69
 
65
70
  virtual bool isShow() { return false; }
66
71
 
67
72
private: