• Nirbhay Choubey's avatar
    MDEV-10957: Assertion failure when dropping a myisam table · d51e7f90
    Nirbhay Choubey authored
    ... with wsrep_replicate_myisam enabled
    
    Internal updates to system statistical tables could wrongly
    trigger an additional total-order replication if wsrep_repli
    -cate_myisam is enabled.
    Fixed by adding a check to skip total-order replication for
    stat tables.
    d51e7f90
sql_statistics.h 10.6 KB