~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/null_client.h

  • Committer: Olaf van der Spek
  • Date: 2011-08-10 16:48:48 UTC
  • mto: This revision was merged to the branch mainline in revision 2396.
  • Revision ID: olafvdspek@gmail.com-20110810164848-3jlaz2c2xif0lxja
Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
97
97
  virtual void store(const type::Time*) {}
98
98
  virtual void store(const char*) {}
99
99
  virtual void store(const char*, size_t) {}
100
 
  virtual void store(const std::string &) {}
 
100
  virtual void store(str_ref) {}
101
101
  virtual bool haveError(void) { return false; }
102
102
  virtual bool wasAborted(void) { return false; }
103
103