~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/null_client.h

  • Committer: David Shrewsbury
  • Date: 2011-01-13 18:43:55 UTC
  • mto: (2081.1.2 drizzle)
  • mto: This revision was merged to the branch mainline in revision 2082.
  • Revision ID: shrewsbury.dave@gmail.com-20110113184355-wsmu0grg7tkxwdsc
Push ALTER SCHEMA through replication stream as proper GPB message instead of RAW_SQL.

Show diffs side-by-side

added added

removed removed

Lines of Context:
99
99
  virtual bool store(int64_t) { return false; }
100
100
  virtual bool store(uint64_t) { return false; }
101
101
  virtual bool store(double, uint32_t, String*) { return false; }
102
 
  virtual bool store(const DRIZZLE_TIME*) { return false; }
 
102
  virtual bool store(const type::Time*) { return false; }
103
103
  virtual bool store(const char*) { return false; }
104
104
  virtual bool store(const char*, size_t) { return false; }
105
105
  virtual bool store(const std::string &) { return false; }