mirror of
https://github.com/MariaDB/server.git
synced 2025-06-03 07:02:23 +03:00
8 lines
193 B
Plaintext
8 lines
193 B
Plaintext
--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;
|