mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
7 lines
193 B
Text
7 lines
193 B
Text
--source include/have_aria.inc
|
|
--source include/word_size.inc
|
|
|
|
--vertical_results
|
|
select * from information_schema.system_variables
|
|
where variable_name like 'aria%'
|
|
order by variable_name;
|