diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2021-11-17 13:40:21 +0200 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2021-11-17 13:40:21 +0200 |
commit | 878f7e38c74baffd1baea00800a6cae0c6c64279 (patch) | |
tree | 6a2052e258a140d4d377e5261a581fde75ffb714 /cmake | |
parent | d270525dfde86bcb92a2327234a0954083e14a94 (diff) | |
download | mariadb-git-878f7e38c74baffd1baea00800a6cae0c6c64279.tar.gz |
MDEV-23805 fixup: Adjsut the MDEV-16131 and MDEV-24730 tests
MDEV-23805 simplified the treatment of empty tables during ALTER TABLE,
which could prevent the scenarios that were previously reported and
fixed as MDEV-16131 and MDEV-24730.
With the MDEV-23805 fix, the statement
SET DEBUG_SYNC = 'now WAIT_FOR copied';
could occasionally time out, depending on timing.
Apparently, there was a race condition where purge could resume
(and empty the table) before ALTER TABLE got the chance to execute.
We must prevent the purge of history from running before
ALTER TABLE has started executing.
Diffstat (limited to 'cmake')
0 files changed, 0 insertions, 0 deletions