~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 18:26:16 UTC
  • mfrom: (2183.1.2 enable-env-var)
  • mto: This revision was merged to the branch mainline in revision 2185.
  • Revision ID: kalebral@gmail.com-20110219182616-72notj3hdz3km054
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