mariadb/mysql-test/suite/sys_vars/t/sysvars_debug.test
Sergei Golubchik 513f5840f8 MDEV-6138 show sysvar's help in I_S tables
INFORMATION_SCHEMA.SYSTEM_VARIABLES
2014-10-11 10:23:20 +02:00

6 lines
164 B
Text

--source include/have_debug.inc
--vertical_results
select * from information_schema.system_variables
where variable_name like 'debug%'
order by variable_name;