~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/logging_query/logging_query.cc

  • Committer: Brian Aker
  • Date: 2009-11-13 18:25:26 UTC
  • mfrom: (971.7.11 eday-dev)
  • Revision ID: brian@gaz-20091113182526-evaib6rmmndruddq
MergeĀ Eric

Show diffs side-by-side

added added

removed removed

Lines of Context:
287
287
      snprintf(msgbuf, MAX_MSG_LEN,
288
288
               "%"PRIu64",%"PRIu64",%"PRIu64",\"%.*s\",\"%s\",\"%.*s\","
289
289
               "%"PRIu64",%"PRIu64",%"PRIu64",%"PRIu64",%"PRIu64","
290
 
               "%"PRIu32",%"PRIu32",%"PRIu32",\"%s\",%"PRIu32"\n",
 
290
               "%"PRIu32",%"PRIu32",%"PRIu32",\"%s\"\n",
291
291
               t_mark,
292
292
               session->thread_id,
293
293
               session->getQueryId(),
309
309
               session->tmp_table,
310
310
               session->total_warn_count,
311
311
               session->getServerId(),
312
 
               glob_hostname,
313
 
               drizzled_tcp_port
 
312
               glob_hostname
314
313
               );
315
314
  
316
315
    // a single write has a kernel thread lock, thus no need mutex guard this