~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/logging_gearman/logging_gearman.cc

  • Committer: Olaf van der Spek
  • Date: 2011-04-08 14:46:29 UTC
  • mto: (2275.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 2276.
  • Revision ID: olafvdspek@gmail.com-20110408144629-z2bdz3wwnsh03g4w
UseĀ util::string::ptr

Show diffs side-by-side

added added

removed removed

Lines of Context:
237
237
    unsigned char qs[255];
238
238
  
239
239
    // to avoid trying to printf %s something that is potentially NULL
240
 
    drizzled::util::string::const_shared_ptr dbs(session->schema());
 
240
    drizzled::util::string::ptr dbs(session->schema());
241
241
  
242
242
    msgbuf_len=
243
243
      snprintf(msgbuf.get(), MAX_MSG_LEN,