We often use --set-vars=“sql_log_bin=0” in our OSC’s in order to only perform schema changes on master due to issues with replication, then do the OSC’s again on the slaves after the master has been completed.
Since updating to percona-toolkit 2.2 I’m getting an error when trying to use sql_log_bin in that it’s not a supported --set-vars option, has this changed in the new version? Is there another way to stop OSC from binlogging?