summaryrefslogtreecommitdiff
path: root/sql/sql_test.cc
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2021-03-26 09:58:52 +0200
committerMarko Mäkelä <marko.makela@mariadb.com>2021-03-26 10:57:26 +0200
commit2e67b9f665875928605880661fc5aa1a15175f53 (patch)
tree088d9a7a990aa6a8f4184d9dca86c68e57274399 /sql/sql_test.cc
parentbcb9ca41053aa3db8d4d04d9d11dcd176b1a23e9 (diff)
downloadmariadb-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/sql_test.cc')
0 files changed, 0 insertions, 0 deletions