v.20.8Bug Fix

Fix Metadata Growth with MySQL Slave and ClickHouse MaterializeMySQL Engine

Fix rapid growth of metadata when using MySQL Master -> MySQL Slave -> ClickHouse MaterializeMySQL Engine, and slave_parallel_worker enabled on MySQL Slave, by properly shrinking GTID sets. This fixes #15951. #16504 (TCeason).