• Monty's avatar
    MDEV-24087 s3.replication_partition fails in buildbot wiht replication failure · ffc5d064
    Monty authored
    A few of the failures was because of missing sync_slave_to_master in
    the test suite.
    
    However, the biggest reason for most faulures was that in case of
    ALTER PARTITION the master writes the query to the binary log before
    it has updated the .frm and .par files. This causes a problem for an
    S3 slave as it will start execute the ALTER PARTITION but get old .frm and
    .par files from S3 which causes "open table" to fail, either with an error
    or in some case with a crash.
    Fixed
    ffc5d064
replication_partition.result 9.51 KB