We have a scenario. We are migrating from master running MYSQL 5.5 statement based replication with innodb_autoinc_lock_mode=1.
We have made our new master (in RDS MYSQL 5.6) a slave of old master. It is also running innodb_autoinc_lock_mode =1 with MIXED replication, and it also has 2 slaves also running MYSQL 5.6 MIXED replication with innodb_autoinc_lock_mode=1.
I was wondering if there would be any data inconsistencies while using the above settings