Skip to main content
Tungsten Replicator

Tungsten Replicator 6.1.8

Build: 14
Release Date: 2 Nov 2020
End of Life Date: 15 Aug 2024
Product End of Life

This release is past End of Life.

Release 6.1.8 is a minor bug fix release.

Bug Fixes (3)

Command-line Tools (1)

Core Replicator (2)

  • In MySQL releases using old row events format (MySQL 5.6 or earlier), Delete_rows_v1were badly handled, leading to an extraction error when handling such an event type.
    Issue: CT-1358
  • Fixes an issue that would prevent a service from going offline at a specified time (trepctl online -until-time) or at a specific seqno (trepctl online -until-seqno) when parallel apply is enabled.
    Issue: CT-1243