mirror of
https://github.com/MariaDB/server.git
synced 2025-11-28 17:36:30 +03:00
9 lines
245 B
Plaintext
9 lines
245 B
Plaintext
--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;
|