~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/errmsg_stderr/errmsg_stderr.cc

Merged plugin-registration.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
class Error_message_stderr : public Error_message_handler
32
32
{
33
33
public:
 
34
  Error_message_stderr() : Error_message_handler("Error_message_stderr") {}
34
35
  virtual bool errmsg(Session *, int , const char *format, va_list ap)
35
36
  {
36
37
    char msgbuf[MAX_MSG_LEN];