102
55
virtual bool store(const DRIZZLE_TIME*) { return false; }
103
56
virtual bool store(const char*) { return false; }
104
57
virtual bool store(const char*, size_t) { return false; }
107
59
virtual bool haveError(void) { return false; }
108
60
virtual bool wasAborted(void) { return false; }
114
Tokenizer tok(arg, boost::escaped_list_separator<char>("\\", ";", "\""));
129
66
#endif /* DRIZZLED_PLUGIN_NULL_CLIENT_H */