~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/client.h

  • Committer: Brian Aker
  • Date: 2011-02-23 01:16:44 UTC
  • mto: (2194.4.1 drizzle-build)
  • mto: This revision was merged to the branch mainline in revision 2197.
  • Revision ID: brian@tangent.org-20110223011644-l6myuqkbezken6y9
Adding SESSION table and adding back in the mysql interactive flag.

Show diffs side-by-side

added added

removed removed

Lines of Context:
114
114
    return false;
115
115
  }
116
116
 
 
117
  virtual bool isInteractive()
 
118
  {
 
119
    return false;
 
120
  }
 
121
 
117
122
  virtual catalog::Instance::shared_ptr catalog()
118
123
  {
119
124
    return catalog::local();