~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/logging_query/logging_query.cc

  • Committer: Lee Bieber
  • Date: 2011-02-19 20:47:11 UTC
  • mfrom: (2184.1.2 build)
  • Revision ID: kalebral@gmail.com-20110219204711-qk96sijgwdt03kyq
Merge Marisa - adds logo references to the include file
Merge Monty - some randome clean up stuff

Show diffs side-by-side

added added

removed removed

Lines of Context:
277
277
              % session->tmp_table
278
278
              % session->total_warn_count
279
279
              % session->getServerId()
280
 
              % glob_hostname;
 
280
              % getServerHostname();
281
281
 
282
282
    string msgbuf= formatter.str();
283
283