~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/query_log/query_log.h

  • Committer: Mark Atwood
  • Date: 2011-10-21 14:25:19 UTC
  • mfrom: (2440.2.28 rf)
  • Revision ID: me@mark.atwood.name-20111021142519-bqnyqrkthibv70rc
Tags: 2011.10.28
mergeĀ lp:~olafvdspek/drizzle/refactor6

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#include "file.h"
24
24
#include "event.h"
25
25
 
26
 
namespace drizzled
27
 
{
28
 
namespace plugin
29
 
{
 
26
namespace drizzled {
 
27
namespace plugin {
30
28
 
31
29
/**
32
30
 * @brief
46
44
{
47
45
public:
48
46
  QueryLog(bool enabled, QueryLoggerFile *logger_file);
49
 
  ~QueryLog();
50
47
 
51
48
  void registerSessionEventsDo(Session &session, EventObserverList &observers);
52
49
  bool observeEventDo(EventData &);