~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/logging_query/logging_query.cc

Merged plugin-registration.

Show diffs side-by-side

added added

removed removed

Lines of Context:
170
170
   but we have this here for the sake of being an example */
171
171
class Logging_query: public Logging_handler
172
172
{
 
173
public:
 
174
  Logging_query() : Logging_handler("Logging_query") {}
 
175
 
173
176
  virtual bool pre (Session *)
174
177
  {
175
178
    return false;