• Jan Lindström's avatar
    MDEV-25731 : Assertion `mode_ == m_local' failed in void... · 33af5575
    Jan Lindström authored
    MDEV-25731 : Assertion `mode_ == m_local' failed in void wsrep::client_state::streaming_params(wsrep::streaming_context::fragment_unit, size_t)
    
    Problem was that if wsrep_load_data_splitting was used
    streaming replication (SR) parameters were set
    for MyISAM table. Galera does not currently support SR for
    MyISAM.
    
    Fix is to ignore wsrep_load_data_splitting setting (with
    warning) if table is not InnoDB table.
    
    This is 10.6+ case of fix.
    Signed-off-by: default avatarJulius Goryavsky <julius.goryavsky@mariadb.com>
    33af5575
MDEV-25731.test 1.01 KB