GA release v1.0.34
changes since 1.0.32: v1.0.32...v1.0.34
notable:
- Batched writes for applying binlog events onto ghost table: solving #348, this increases write capacity for
gh-ostwithout introducing delays or stalls. See #352 - Only using internal heartbeat mechanism.
--replication-lag-queryis now deprecated and unused.gh-osthas its own subsecond resolution replication lag measurement which it uses both on the connected server as well as on the control-replicas. See #347 - support for
--master-userand--master-password, for when master and replicas have different credentials. - Add possibility to set
server-idas command line flag - contribution by @cypiszzz, see #349 --check-flagis a flag with which one can check if other flags are supported. Used for scripting and testing in lieu of evolving and changing versions. See #351