diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2022-01-21 14:43:59 +0200 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2022-01-21 14:43:59 +0200 |
commit | c1d7b4575e67bd0ef458457859cdf7de32b3d4f9 (patch) | |
tree | 376b303672a3fc6b656d8059ee6e3ec56885c23b /CREDITS | |
parent | fa7a67ff499582fad6e4f1ff8198689325dee0dd (diff) | |
download | mariadb-git-c1d7b4575e67bd0ef458457859cdf7de32b3d4f9.tar.gz |
MDEV-26870 --skip-symbolic-links does not disallow .isl file creation
The InnoDB DATA DIRECTORY attribute is not implemented via
symbolic links but something similar, *.isl files that contain
the names of data files.
InnoDB failed to ignore the DATA DIRECTORY attribute even though
the server was started with --skip-symbolic-links.
Native ALTER TABLE in InnoDB will retain the DATA DIRECTORY attribute
of the table, no matter if the table will be rebuilt or not.
Generic ALTER TABLE (with ALGORITHM=COPY) as well as TRUNCATE TABLE
will discard the DATA DIRECTORY attribute.
All tests have been run with and without the ./mtr option
--mysqld=--skip-symbolic-links
and some tests that use the InnoDB DATA DIRECTORY attribute
have been adjusted for this.
Diffstat (limited to 'CREDITS')
0 files changed, 0 insertions, 0 deletions