• Nirbhay Choubey's avatar
    MDEV-7205 : Galera cluster & sql_log_bin = off don't work · cd1a11ac
    Nirbhay Choubey authored
    While sql_bin_log=1(0) is meant to control binary logging for the
    current session so that the updates to do(not) get logged into the
    binary log to be replicated to the async MariaDB slave. The same
    should not affect galera replication.
    
    That is, the updates should always get replicated to other galera
    nodes regardless of sql_bin_log's value.
    
    Fixed by making sure that the updates are written to binlog cache
    irrespective of sql_bin_log.
    
    Added test cases.
    cd1a11ac
sql_log_bin.result 706 Bytes