I have a MYSQL master with two slaves also running MYSQL 5.6. I want to create another slave and that needs to be MYSQL 5.5. I was wondering if replication will work smoothly. I have log_bin_use_v1_row_events switched off in MYSQL 5.6 and I am using mixed format replication.
Can anyone give me advise on doing above.