~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/logging_gearman/logging_gearman.cc

Fixed bashism.

Show diffs side-by-side

added added

removed removed

Lines of Context:
248
248
      snprintf(msgbuf, MAX_MSG_LEN,
249
249
               "%"PRIu64",%"PRIu64",%"PRIu64",\"%.*s\",\"%s\",\"%.*s\","
250
250
               "%"PRIu64",%"PRIu64",%"PRIu64",%"PRIu64",%"PRIu64","
251
 
               "%"PRIu32",%"PRIu32",%"PRIu32",\"%s\"",
 
251
               "%"PRIu32",%"PRIu32",%"PRIu32",\"%s\",%"PRIu32"",
252
252
               t_mark,
253
253
               session->thread_id,
254
254
               session->getQueryId(),
270
270
               session->tmp_table,
271
271
               session->total_warn_count,
272
272
               session->getServerId(),
273
 
               glob_hostname
 
273
               glob_hostname,
 
274
               drizzled_tcp_port
274
275
               );
275
276
  
276
277
    char job_handle[GEARMAN_JOB_HANDLE_SIZE];