~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/log.cc

  • Committer: Jay Pipes
  • Date: 2008-08-25 21:12:17 UTC
  • mfrom: (322.2.4 stdize-code)
  • Revision ID: jay@mysql.com-20080825211217-eqvfmcgvkoktdvtr
From Mats.  Corrected build issue with missing Makefile target

Show diffs side-by-side

added added

removed removed

Lines of Context:
3674
3674
                                           const struct timespec *timeout)
3675
3675
{
3676
3676
  int ret= 0;
3677
 
  const char* old_msg = thd->proc_info;
 
3677
  const char* old_msg = thd->get_proc_info();
3678
3678
  old_msg= thd->enter_cond(&update_cond, &LOCK_log,
3679
3679
                           "Master has sent all binlog to slave; "
3680
3680
                           "waiting for binlog to be updated");