• Nirbhay Choubey's avatar
    MDEV-11817: Altering a table with more rows than .. · aa9db4c1
    Nirbhay Choubey authored
    .. wsrep_max_ws_rows causes cluster to break when running
    Galera cluster in TOI mode
    
    Problem:
    While copying records to temporary table during ALTER TABLE,
    if there are more than wsrep_max_wsrep_rows records, the
    command fails.
    
    Fix:
    Since, the temporary table records are not placed into the
    binary log, wsrep_affected_rows must not be incremented.
    Added a test.
    aa9db4c1
galera_var_max_ws_rows.result 3.73 KB