1
0
mirror of https://github.com/MariaDB/server.git synced 2025-05-05 16:59:35 +03:00
mariadb/mysql-test/suite/sys_vars/t/sysvars_debug.test
2014-10-11 18:53:03 +02:00

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;