~drizzle-developers/drizzle/elliott-release

« back to all changes in this revision

Viewing changes to plugin/syslog/logging.cc

  • Committer: Patrick Crews
  • Date: 2011-02-01 20:33:06 UTC
  • mfrom: (1845.2.288 drizzle)
  • Revision ID: gleebix@gmail.com-20110201203306-mwq2rk0it81tlwxh
Merged Trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
106
106
         schema->empty() ? "" : schema->c_str(),
107
107
         (int) query_string->length(), 
108
108
         query_string->empty() ? "" : query_string->c_str(),
109
 
         (int) drizzled::command_name[session->command].length,
110
 
         drizzled::command_name[session->command].str,
 
109
         (int) drizzled::getCommandName(session->command).size(),
 
110
         drizzled::getCommandName(session->command).c_str(),
111
111
         (unsigned long long) (t_mark - session->getConnectMicroseconds()),
112
112
         (unsigned long long) (session->getElapsedTime()),
113
113
         (unsigned long long) (t_mark - session->utime_after_lock),