~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/client.h

  • Committer: Andrew Hutchings
  • Date: 2011-06-13 17:48:00 UTC
  • mto: This revision was merged to the branch mainline in revision 2332.
  • Revision ID: andrew@linuxjedi.co.uk-20110613174800-9yxgrjrvc14c8big
Fix valgrind suppression
Remove some admin stuff missed out

Show diffs side-by-side

added added

removed removed

Lines of Context:
111
111
    return false;
112
112
  }
113
113
 
114
 
  virtual bool isAdmin() const
115
 
  {
116
 
    return false;
117
 
  }
118
 
 
119
114
  virtual catalog::Instance::shared_ptr catalog()
120
115
  {
121
116
    return catalog::local();