~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to server/sql_repl.cc

  • Committer: Brian Aker
  • Date: 2008-07-13 18:27:33 UTC
  • Revision ID: brian@tangent.org-20080713182733-3u1et5nrmofi8a8n
my_bool cleanup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
692
692
              set_timespec_nsec(*heartbeat_ts, heartbeat_period);
693
693
            }
694
694
            ret= mysql_bin_log.wait_for_update_bin_log(thd, heartbeat_ts);
695
 
            assert(ret == 0 || heartbeat_period != 0LL && coord != NULL);
 
695
            assert(ret == 0 || (heartbeat_period != 0LL && coord != NULL));
696
696
            if (ret == ETIMEDOUT || ret == ETIME)
697
697
            {
698
698
              if (send_heartbeat_event(net, packet, coord))