1
0
mirror of https://github.com/MariaDB/server.git synced 2025-05-25 13:42:52 +03:00
mariadb/mysql-test/suite/sys_vars/t/sysvars_debug.test

8 lines
195 B
Plaintext

--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;