mirror of
https://github.com/MariaDB/server.git
synced 2025-01-27 01:04:19 +01:00
0b66d3f70d
MySQL 5.7 introduced WL#7943: InnoDB: Implement Information_Schema.Files to provide a long-term alternative for accessing tablespace metadata. The INFORMATION_SCHEMA.INNODB_* views are considered internal interfaces that are subject to change or removal between releases. So, users should refer to I_S.FILES instead of I_S.INNODB_SYS_TABLESPACES to fetch metadata about CREATE TABLESPACE. Because MariaDB 10.2 does not support CREATE TABLESPACE or CREATE TABLE…TABLESPACE for InnoDB, it does not make sense to support I_S.FILES either. So, let MariaDB 10.2 omit the code that was added in MySQL 5.7. After this change, I_S.FILES will report the empty result, unless some other storage engine in MariaDB 10.2 implements the interface. (The I_S.FILES interface was originally created for the NDB Cluster.) |
||
---|---|---|
.. | ||
4k.result | ||
8k.result | ||
16k.result | ||
bug36169.result | ||
bug36172.result | ||
bug52745.result | ||
bug53591.result | ||
bug56680.result | ||
cmp_drop_table.result | ||
cmp_per_index.result | ||
create_options.result | ||
index_large_prefix.result | ||
index_large_prefix_4k.result | ||
index_large_prefix_8k.result | ||
innochecksum.result | ||
innochecksum_2.result | ||
innochecksum_3.result | ||
innodb-create-options.result | ||
innodb-zip.result | ||
innodb_bug36169.result | ||
innodb_bug36172.result | ||
innodb_bug52745.result | ||
innodb_bug53591.result | ||
innodb_bug56680.result | ||
innodb_cmp_drop_table.result | ||
innodb_index_large_prefix.result | ||
large_blob.result | ||
restart.result | ||
wl6344_compress_level.result | ||
wl6347_comp_indx_stat.result | ||
wl6470_1.result | ||
wl6470_2.result | ||
wl6501_1.result | ||
wl6501_crash_3.result | ||
wl6501_crash_4.result | ||
wl6501_crash_5.result | ||
wl6501_scale_1.result | ||
wl6915_1.result |