• Vlad Lesin's avatar
    MDEV-19577 Replication does not work with innodb_autoinc_lock_mode=2 · 1766a18e
    Vlad Lesin authored
    The first step for deprecating innodb_autoinc_lock_mode(see MDEV-27844) is:
    - to switch statement binlog format to ROW if binlog format is MIXED and
    the statement changes autoincremented fields
    - issue warnings if innodb_autoinc_lock_mode == 2 and binlog format is
    STATEMENT
    1766a18e
ha_innodb.cc 623 KB