mirror of
https://github.com/MariaDB/server.git
synced 2025-01-27 17:33:44 +01:00
7 lines
195 B
Text
7 lines
195 B
Text
--source include/have_debug.inc
|
|
--source include/word_size.inc
|
|
|
|
--vertical_results
|
|
select * from information_schema.system_variables
|
|
where variable_name like 'debug%'
|
|
order by variable_name;
|