~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/query_log/query_log.cc

  • 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:
38
38
{
39
39
}
40
40
 
41
 
QueryLog::~QueryLog()
42
 
{
43
 
}
44
 
 
45
41
void QueryLog::registerSessionEventsDo(Session &, EventObserverList &observers)
46
42
{
47
43
  registerEvent(observers, AFTER_STATEMENT);