~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/logging_gearman/logging_gearman.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:
262
262
               session->tmp_table,
263
263
               session->total_warn_count,
264
264
               session->getServerId(),
265
 
               drizzled::glob_hostname
 
265
               drizzled::getServerHostname().c_str()
266
266
               );
267
267
  
268
268
    char job_handle[GEARMAN_JOB_HANDLE_SIZE];