• Jan Lindström's avatar
    MDEV-26566 : galera.galera_var_cluster_address MTR failed: InnoDB: Assertion... · 913efaa3
    Jan Lindström authored
    MDEV-26566 : galera.galera_var_cluster_address MTR failed: InnoDB: Assertion failure in file row0ins.cc line 3206
    
    Actual problem was that we tried to calculate persistent statistics
    to wsrep_schema tables in this case wsrep_streaming_log. These tables
    should not have persistent statistics. Therefore, in table creation
    tables should be created with STATS_PERSISTENT=0 table option. During
    rolling-upgrade tables naturally already exists, thus we need to
    alter them to contain STATS_PERSISTENT=0 table option.
    913efaa3
galera_schema.result 3.9 KB