diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2021-03-26 09:58:52 +0200 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2021-03-26 10:57:26 +0200 |
commit | 2e67b9f665875928605880661fc5aa1a15175f53 (patch) | |
tree | 088d9a7a990aa6a8f4184d9dca86c68e57274399 /sql-common/client.c | |
parent | bcb9ca41053aa3db8d4d04d9d11dcd176b1a23e9 (diff) | |
download | mariadb-git-2e67b9f665875928605880661fc5aa1a15175f53.tar.gz |
MDEV-25265: ALTER TABLE...IMPORT TABLESPACE fails after DROP INDEX
A side effect of the MDEV-24589 bug fix is that if
FLUSH TABLE...FOR EXPORT is initiated before the history of an
earlier DROP INDEX operation has been purged, then the data file
will contain allocated pages that belonged to the dropped indexes.
These pages would never be freed after a subsequent IMPORT TABLESPACE.
We will work around this regression by making IMPORT TABLESPACE
tolerate pages that refer to an unknown index.
Diffstat (limited to 'sql-common/client.c')
0 files changed, 0 insertions, 0 deletions