Tungsten Replicator 6.1.10
Build: 4
Release Date: 15 Dec 2020
End of Life Date: 15 Aug 2024
Product End of Life
This release is past End of Life.
Improvements, new features and functionality (2)
Command-line Tools (1)
tpm diagoutputting table information viaroute -n, and has two new command-line arguments:--includeand--groups.--includespecifies a comma-separated list of subroutines to include. Any gather subroutine not listed will be skipped.--groupsspecifies a comma-separated list of subroutine groups to include. Any group not listed will be skipped.Issue: CT-1399
Filters (1)
A number of
sql_modeshave been removed in MySQL 8.0, meaning that when replicating from an earlier version (e.g. 5.7) the applier could error when applying session variables.A new
dropsqlmodefilter is now available that should be configured against appliers where the source is version 5.7 or earlier and the target is version 8.0 or later.Issue: CT-1361