Merge branch 'blr' into develop

This commit is contained in:
Mark Riddoch
2015-02-09 20:58:55 +00:00
4 changed files with 27 additions and 1 deletions

View File

@ -1385,6 +1385,7 @@ uint8_t *ptr;
*ptr++ = slave->seqno++;
*ptr++ = 0; // OK
head = gwbuf_append(head, record);
slave->lastEventTimestamp = hdr.timestamp;
if (hdr.event_type == ROTATE_EVENT)
{
unsigned long beat1 = hkheartbeat;