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-master.opt | ||
4k.test | ||
8k-master.opt | ||
8k.test | ||
16k-master.opt | ||
16k.test | ||
bug36169.test | ||
bug36172.test | ||
bug52745.test | ||
bug53591.test | ||
bug56680.test | ||
cmp_drop_table-master.opt | ||
cmp_drop_table.test | ||
cmp_per_index.test | ||
create_options.test | ||
disabled.def | ||
index_large_prefix.test | ||
index_large_prefix_4k.test | ||
index_large_prefix_8k.test | ||
innochecksum.test | ||
innochecksum_2.test | ||
innochecksum_3.test | ||
innodb-create-options.test | ||
innodb-zip.test | ||
innodb_bug36169.opt | ||
innodb_bug36169.test | ||
innodb_bug36172.test | ||
innodb_bug52745.test | ||
innodb_bug53591.test | ||
innodb_bug56680.test | ||
innodb_cmp_drop_table-master.opt | ||
innodb_cmp_drop_table.test | ||
innodb_index_large_prefix.test | ||
large_blob-master.opt | ||
large_blob.test | ||
restart.opt | ||
restart.test | ||
wl6344_compress_level.test | ||
wl6347_comp_indx_stat.test | ||
wl6470_1.test | ||
wl6470_2.test | ||
wl6501_1.test | ||
wl6501_crash_3.test | ||
wl6501_crash_4.test | ||
wl6501_crash_5.test | ||
wl6501_scale_1.test | ||
wl6560.test | ||
wl6915_1.test |