mariadb/mysql-test/suite/sys_vars/t/sysvars_aria.test
Elena Stepanova ae96b47f9e MDEV-17507 Make MTR tests work for builds without Aria for temporary tables
Skip tests which expectedly fail when Aria is not used for temporary tables
2018-11-20 01:50:59 +02:00

8 lines
245 B
Text

--source include/have_aria.inc
--source include/have_aria_used_for_temp_tables.inc
--source include/word_size.inc
--vertical_results
select * from information_schema.system_variables
where variable_name like 'aria%'
order by variable_name;