~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/logging_gearman/logging_gearman.cc

Merged plugin-registration.

Show diffs side-by-side

added added

removed removed

Lines of Context:
166
166
class LoggingGearman : public Logging_handler
167
167
{
168
168
public:
169
 
  LoggingGearman() : Logging_handler() {}
 
169
  LoggingGearman() : Logging_handler("LoggingGearman") {}
 
170
 
170
171
  virtual bool post(Session *session)
171
172
  {
172
173
    char msgbuf[MAX_MSG_LEN];