~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/client.h

  • Committer: Mark Atwood
  • Date: 2011-06-13 18:06:22 UTC
  • mfrom: (2281.7.11 trunk-bug-743902)
  • Revision ID: me@mark.atwood.name-20110613180622-e553gk24plojbbzm
mergeĀ lp:~linuxjedi/drizzle/trunk-bug-743902

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();