mariadb/storage
Marko Mäkelä c1d7b4575e 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.
2022-01-21 14:43:59 +02:00
..
archive MDEV-17556 Assertion `bitmap_is_set_all(&table->s->all_set)' failed 2021-01-08 16:04:29 +10:00
blackhole MDEV-24017: Blackhole : Specified key was too long; max key length is 1000 bytes 2020-10-24 22:43:21 +11:00
cassandra MDEV-22522 RPM packages have meaningless summary/description 2021-11-23 11:29:24 +07:00
connect MDEV-22522 RPM packages have meaningless summary/description 2021-11-23 11:29:24 +07:00
csv MDEV-17556 Assertion `bitmap_is_set_all(&table->s->all_set)' failed 2021-01-08 16:04:29 +10:00
example Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
federated MDEV-17556 Assertion `bitmap_is_set_all(&table->s->all_set)' failed 2021-01-08 16:04:29 +10:00
federatedx MDEV-17556 Assertion `bitmap_is_set_all(&table->s->all_set)' failed 2021-01-08 16:04:29 +10:00
heap MDEV-21082: isnan/isinf compilation errors, isfinite warnings on MacOS 2019-11-19 16:28:15 +03:00
innobase MDEV-26870 --skip-symbolic-links does not disallow .isl file creation 2022-01-21 14:43:59 +02:00
maria MDEV-22284 Aria table key read crash because wrong index used 2021-11-02 11:26:35 +03:00
mroonga CMakeLists.txt: remove MYSQL_SOURCE_DIR from MYSQL_INCLUDE_DIRS 2021-08-19 09:35:45 +03:00
myisam MDEV-27030 vcol.vcol_keys_myisam fails on Windows x64, with Visual Studio 2022 2021-11-11 22:12:12 +01:00
myisammrg Merge branch '10.1' into 10.2 2020-08-02 11:05:29 +02:00
oqgraph MDEV-22522 RPM packages have meaningless summary/description 2021-11-23 11:29:24 +07:00
perfschema MDEV-25325 built-in documentation for performance_schema tables 2021-09-07 08:45:19 +03:00
rocksdb MDEV-27149: Add rocksdb_ignore_datadic_errors 2022-01-21 09:31:16 +03:00
sequence MDEV-17556 Assertion `bitmap_is_set_all(&table->s->all_set)' failed 2021-01-08 16:04:29 +10:00
sphinx MDEV-17556 Assertion `bitmap_is_set_all(&table->s->all_set)' failed 2021-01-08 16:04:29 +10:00
spider MDEV-26545 Spider does not correctly handle UDF and stored function in where conds 2021-09-22 18:54:22 +09:00
test_sql_discovery Fix tests for PLUGIN_PARTITION=NO 2021-10-27 08:54:37 +03:00
tokudb MDEV-22522 RPM packages have meaningless summary/description 2021-11-23 11:29:24 +07:00
xtradb cleanup: specifying plugin dependencies in CMakeLists.txt 2021-08-03 10:10:00 +02:00