~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/query_log/query_log.cc

  • Committer: Olaf van der Spek
  • Date: 2011-10-19 14:24:27 UTC
  • mto: This revision was merged to the branch mainline in revision 2445.
  • Revision ID: olafvdspek@gmail.com-20111019142427-sun0tnp0u27gqg31
Refactor

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);