diff options
author | Monty <monty@mariadb.org> | 2021-02-08 21:03:04 +0200 |
---|---|---|
committer | Monty <monty@mariadb.org> | 2021-02-08 21:03:04 +0200 |
commit | ffc5d064895cadbc42711efd7dbb6ae1b323f050 (patch) | |
tree | 2c795b9d5f1c5e572ebbca5aea6531f328391156 /libmysqld | |
parent | bd5ac03896fa6e126690c76c1a9d2246c723f786 (diff) | |
download | mariadb-git-ffc5d064895cadbc42711efd7dbb6ae1b323f050.tar.gz |
MDEV-24087 s3.replication_partition fails in buildbot wiht replication failure
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
Diffstat (limited to 'libmysqld')
0 files changed, 0 insertions, 0 deletions