The binlog transaction dependency tracking is now deprecated, how to replace it?

Hi,

We use binlog_transaction_dependency_tracking = WRITESET in our replication setup. Leaving it to the default value (COMMIT_ORDER) causes replicas not to keep up with master. According to the latest MySQL release notes, this variable is now deprecated and will be removed in future without any replacement.

Is there any chance that this feature will be kept in Percona? Or do you have any recommendation how to replace this variable?

Thank you!

Hi Martin, no need to replace it since WRITESET will likely become the default once the parameter is removed. For now you should keep using it.