mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 11:01:52 +01:00
ae96b47f9e
Skip tests which expectedly fail when Aria is not used for temporary tables
8 lines
245 B
Text
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;
|