Commit da168b34 authored by Jan Lindström's avatar Jan Lindström

MDEV-10200: IS tables are not found on 10.2 InnoDB 5.7 (branch bb-10.2-jan)

information_schema.innodb_changed_pages IS table available only on
xtradb, add possible error for now.
parent 587cb666
......@@ -11,5 +11,4 @@
##############################################################################
innodb.auto_increment_dup : MDEV-10548
innodb_skip_innodb_is_tables : MDEV-10200
innodb_defragment_fill_factor : MDEV-10771
\ No newline at end of file
......@@ -29,6 +29,7 @@ select * from information_schema.innodb_sys_foreign;
select * from information_schema.innodb_sys_foreign_cols;
select * from information_schema.innodb_sys_tablespaces;
select * from information_schema.innodb_sys_datafiles;
--error 0,1109
select * from information_schema.innodb_changed_pages;
select * from information_schema.innodb_tablespaces_encryption;
select * from information_schema.innodb_tablespaces_scrubbing;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment